diff options
author | Chris Lattner <sabre@nondot.org> | 2004-08-16 21:55:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-08-16 21:55:02 +0000 |
commit | 9fb30a4257bf9fa0d7083677d48a4c26649ce1ef (patch) | |
tree | b50047cd85e1f9d44062627caa9d0a4d006583f1 /llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp | |
parent | 491a52cf22047a5e4b64e702a143db4f814960d5 (diff) | |
download | bcm5719-llvm-9fb30a4257bf9fa0d7083677d48a4c26649ce1ef.tar.gz bcm5719-llvm-9fb30a4257bf9fa0d7083677d48a4c26649ce1ef.zip |
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9
llvm-svn: 15830
Diffstat (limited to 'llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp')
-rw-r--r-- | llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp index 74834f0cdc9..6a68a0b0b37 100644 --- a/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp +++ b/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp @@ -26,6 +26,8 @@ #include "RegAllocCommon.h" #include "RegClass.h" #include "../LiveVar/FunctionLiveVarInfo.h" +#include "../MachineCodeForInstruction.h" +#include "../MachineFunctionInfo.h" #include "../SparcV9InstrInfo.h" #include "../SparcV9TmpInstr.h" #include "llvm/Constants.h" @@ -34,9 +36,7 @@ #include "llvm/Module.h" #include "llvm/Type.h" #include "llvm/Analysis/LoopInfo.h" -#include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/MachineFunction.h" -#include "llvm/CodeGen/MachineFunctionInfo.h" #include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/MachineInstrBuilder.h" #include "../MachineInstrAnnot.h" |