diff options
author | Chris Lattner <sabre@nondot.org> | 2002-02-04 05:59:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-02-04 05:59:25 +0000 |
commit | 699683c58599ee1a8da95c231d338fd673943ec0 (patch) | |
tree | 64348236559eda5de0d9f67f234a287ac96fd105 /lib/Target/SparcV9/SparcV9TargetMachine.cpp | |
parent | 3058761d3d1b285a96b32994a4fae2e16d6ba745 (diff) | |
download | external_llvm-699683c58599ee1a8da95c231d338fd673943ec0.zip external_llvm-699683c58599ee1a8da95c231d338fd673943ec0.tar.gz external_llvm-699683c58599ee1a8da95c231d338fd673943ec0.tar.bz2 |
* Minor cleanups
* 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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/SparcV9TargetMachine.cpp')
-rw-r--r-- | lib/Target/SparcV9/SparcV9TargetMachine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index c855a46..b4e0694 100644 --- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp @@ -17,6 +17,7 @@ #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/MachineCodeForMethod.h" #include "llvm/CodeGen/RegisterAllocation.h" +#include "llvm/CodeGen/MachineInstr.h" #include "llvm/Method.h" #include "llvm/PassManager.h" #include <iostream> |