diff options
author | Andreas Bolka <a@bolka.at> | 2009-07-24 23:19:28 +0000 |
---|---|---|
committer | Andreas Bolka <a@bolka.at> | 2009-07-24 23:19:28 +0000 |
commit | 127c2e730ca0507b35493986ec9fac20d70f6ec1 (patch) | |
tree | 9b9141dd2d29d6bc619409e3d2f11cdf540cfa4e /lib/Analysis/LoopDependenceAnalysis.cpp | |
parent | eacb44d0bb89c608c4465b7900eea3afc0f0be0d (diff) | |
download | external_llvm-127c2e730ca0507b35493986ec9fac20d70f6ec1.tar.gz external_llvm-127c2e730ca0507b35493986ec9fac20d70f6ec1.tar.bz2 external_llvm-127c2e730ca0507b35493986ec9fac20d70f6ec1.zip |
Forward-declare raw_ostream.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77014 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/LoopDependenceAnalysis.cpp')
-rw-r--r-- | lib/Analysis/LoopDependenceAnalysis.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Analysis/LoopDependenceAnalysis.cpp b/lib/Analysis/LoopDependenceAnalysis.cpp index 13d449f64e..f185c96795 100644 --- a/lib/Analysis/LoopDependenceAnalysis.cpp +++ b/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; |