summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorAndreas Bolka <a@bolka.at>2009-07-24 23:19:28 +0000
committerAndreas Bolka <a@bolka.at>2009-07-24 23:19:28 +0000
commitc76c723e259f0648596964c9b2a96845e588aef0 (patch)
tree85e52f32a2c309fcb3657b9367032c117fec5bda /llvm/lib/Analysis
parentb7a2fe6f8107bb69c1c1754bcb88e403dd8efc40 (diff)
downloadbcm5719-llvm-c76c723e259f0648596964c9b2a96845e588aef0.tar.gz
bcm5719-llvm-c76c723e259f0648596964c9b2a96845e588aef0.zip
Forward-declare raw_ostream.
llvm-svn: 77014
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/LoopDependenceAnalysis.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/LoopDependenceAnalysis.cpp b/llvm/lib/Analysis/LoopDependenceAnalysis.cpp
index 13d449f64ec..f185c967958 100644
--- a/llvm/lib/Analysis/LoopDependenceAnalysis.cpp
+++ b/llvm/lib/Analysis/LoopDependenceAnalysis.cpp
@@ -23,8 +23,10 @@
#include "llvm/Analysis/LoopPass.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/Instructions.h"
+#include "llvm/Support/Allocator.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetData.h"
using namespace llvm;
OpenPOWER on IntegriCloud