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 | 0baa25d5391c9e94215830382d21b92b786d9ab4 (patch) | |
tree | 9b9141dd2d29d6bc619409e3d2f11cdf540cfa4e /lib/Analysis/LoopDependenceAnalysis.cpp | |
parent | eed707b1e6097aac2bb6b3d47271f6300ace7f2e (diff) |
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; |