Skip to content
  • Chris Lattner's avatar
    * Minor cleanups · 5216cc55
    Chris Lattner authored
    * Reduce number of #includes
    * Remove blatently misleading qualifiers (how do you have an inlined pure virtual function?)
    * Remove unnecesary & ignored qualifiers (const int argument vs int argument)
    * SparcInternals.h now no longer #includes RegClass.h or SparcRegClassInfo.h
    * Pull inlined functions out of .h file if they are virtual and interfere with dependencies
    
    llvm-svn: 1677
    5216cc55
Loading