summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-29 17:11:37 +0000
committerChris Lattner <sabre@nondot.org>2004-07-29 17:11:37 +0000
commit66a64fb9975898a802ec20e3ec3a1bd5f3eb6588 (patch)
tree7c04a35c7995cb42cfed3c49e76620536145315d /llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
parent2b3387a6d96772e8b0635e0f783808548c193adb (diff)
downloadbcm5719-llvm-66a64fb9975898a802ec20e3ec3a1bd5f3eb6588.tar.gz
bcm5719-llvm-66a64fb9975898a802ec20e3ec3a1bd5f3eb6588.zip
Fix #includes of i*.h => Instructions.h as per PR403:
http://llvm.cs.uiuc.edu/PR403 . llvm-svn: 15331
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/SchedGraph.cpp')
-rw-r--r--llvm/lib/CodeGen/InstrSched/SchedGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp b/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
index 2c7a123c43c..4913c2bfd45 100644
--- a/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
+++ b/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
@@ -15,7 +15,7 @@
#include "SchedGraph.h"
#include "llvm/Function.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Target/TargetInstrInfo.h"
OpenPOWER on IntegriCloud