summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-04 12:19:56 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-04 12:19:56 +0000
commiteb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4 (patch)
tree93569d40cd7ac864ea31ab9913738240dc460a95 /llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
parent832fa92ab6d58c17801a7a750b53f1099b0542c8 (diff)
downloadbcm5719-llvm-eb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4.tar.gz
bcm5719-llvm-eb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4.zip
Add #include <iostream> since Value.h does not #include it any more.
llvm-svn: 14622
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp')
-rw-r--r--llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
index 53b71fa3a73..3c0e0b2c33c 100644
--- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
+++ b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
@@ -22,6 +22,7 @@
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/Support/CFG.h"
#include "Support/PostOrderIterator.h"
+#include <iostream>
namespace llvm {
OpenPOWER on IntegriCloud