aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-08-04 07:34:57 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-08-04 07:34:57 +0000
commit57195d1321d959b4745429f0d43f8724050829d1 (patch)
treef77bbfee1c03929c8bcc32ce5c46f6d293558c4a /lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp
parentf7d4efb3ed35dd12509c1248aa9b14f02bea87bd (diff)
Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction,
instead of InstrSelection.h, which is dead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15476 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp')
-rw-r--r--lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp b/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp
index 1dda359ed7..8af926c0e7 100644
--- a/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp
+++ b/lib/Target/SparcV9/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;