diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-08-04 07:34:57 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-08-04 07:34:57 +0000 |
commit | c017a2c269d6efd759e22d5b4df3c4fb20772834 (patch) | |
tree | 82eadc70c7f4f63f19347b51badeaafec5774ab9 /llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp | |
parent | e31a13ae078c560b858219044f159703d75a049b (diff) | |
download | llvm-c017a2c269d6efd759e22d5b4df3c4fb20772834.zip llvm-c017a2c269d6efd759e22d5b4df3c4fb20772834.tar.gz llvm-c017a2c269d6efd759e22d5b4df3c4fb20772834.tar.bz2 |
Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction,
instead of InstrSelection.h, which is dead.
llvm-svn: 15476
Diffstat (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp index 1dda359..8af926c 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp +++ b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp @@ -17,7 +17,6 @@ #include "ModuloScheduling.h" #include "llvm/Instructions.h" #include "llvm/Function.h" -#include "llvm/CodeGen/InstrSelection.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/Passes.h" @@ -32,6 +31,7 @@ #include <sstream> #include <utility> #include <vector> +#include "../../Target/SparcV9/SparcV9TmpInstr.h" #include "../../Target/SparcV9/SparcV9Internals.h" #include "../../Target/SparcV9/SparcV9RegisterInfo.h" using namespace llvm; |