summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-28 02:28:39 +0000
committerChris Lattner <sabre@nondot.org>2002-10-28 02:28:39 +0000
commit9668c8c8dbb95c649b2d0284ca5ff7640fb3f2b3 (patch)
treed8413d2682770e9e480e011aab80c1dd3cd8965c /llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
parent6fc6ab41fe69e35386fc3a1b5d7dd2283f6e02c8 (diff)
downloadbcm5719-llvm-9668c8c8dbb95c649b2d0284ca5ff7640fb3f2b3.tar.gz
bcm5719-llvm-9668c8c8dbb95c649b2d0284ca5ff7640fb3f2b3.zip
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h
llvm-svn: 4327
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/SchedGraph.cpp')
-rw-r--r--llvm/lib/CodeGen/InstrSched/SchedGraph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp b/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
index cc3e5b5ed4a..4bcdf47bd9e 100644
--- a/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
+++ b/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
@@ -12,6 +12,7 @@
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/Target/MachineRegInfo.h"
#include "llvm/Target/TargetMachine.h"
+#include "llvm/Target/MachineInstrInfo.h"
#include "llvm/Function.h"
#include "llvm/iOther.h"
#include "Support/StringExtras.h"
OpenPOWER on IntegriCloud