summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineScheduler.cpp
diff options
context:
space:
mode:
authorJakub Staszak <kubastaszak@gmail.com>2013-06-14 00:00:13 +0000
committerJakub Staszak <kubastaszak@gmail.com>2013-06-14 00:00:13 +0000
commit80df8b837f7322f52fa0ee1f3506b7f39152d3a6 (patch)
tree52859d1439831360f6389a3a427c33c0448f27c8 /llvm/lib/CodeGen/MachineScheduler.cpp
parent4c1306cccc3c36d37b8ed6983cf1625430cb0583 (diff)
downloadbcm5719-llvm-80df8b837f7322f52fa0ee1f3506b7f39152d3a6.tar.gz
bcm5719-llvm-80df8b837f7322f52fa0ee1f3506b7f39152d3a6.zip
Move #include from .h to .cpp file.
llvm-svn: 183960
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineScheduler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp
index fff6b2b4c06..7e7ad37acb7 100644
--- a/llvm/lib/CodeGen/MachineScheduler.cpp
+++ b/llvm/lib/CodeGen/MachineScheduler.cpp
@@ -30,6 +30,7 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/GraphWriter.h"
#include "llvm/Support/raw_ostream.h"
+#include "llvm/Target/TargetInstrInfo.h"
#include <queue>
using namespace llvm;
OpenPOWER on IntegriCloud