diff options
| author | Brian Gaeke <gaeke@uiuc.edu> | 2004-08-04 07:29:53 +0000 |
|---|---|---|
| committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-08-04 07:29:53 +0000 |
| commit | 813d9f5023989db6415f8a0e927ceef312ef9fce (patch) | |
| tree | 7a39b6a3ac99782311329a80eb001b2c331f1067 /llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp | |
| parent | 4b621da6316401a564bd8df6b59c2d89828e706b (diff) | |
| download | bcm5719-llvm-813d9f5023989db6415f8a0e927ceef312ef9fce.tar.gz bcm5719-llvm-813d9f5023989db6415f8a0e927ceef312ef9fce.zip | |
Include SparcV9TmpInstr.h instead of llvm/CodeGen/InstrSelection.h, to pick
up the definition of class TmpInstruction.
llvm-svn: 15473
Diffstat (limited to 'llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp')
| -rw-r--r-- | llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp index 38ef2acc67a..2920284074d 100644 --- a/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp +++ b/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp @@ -27,13 +27,13 @@ #include "RegClass.h" #include "../LiveVar/FunctionLiveVarInfo.h" #include "../SparcV9InstrInfo.h" +#include "../SparcV9TmpInstr.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/Instructions.h" #include "llvm/Module.h" #include "llvm/Type.h" #include "llvm/Analysis/LoopInfo.h" -#include "llvm/CodeGen/InstrSelection.h" #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineFunctionInfo.h" |

