diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-23 07:33:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-23 07:33:14 +0000 |
commit | a81d29b3916c2eb87a17f800f3759ce21a4a96fd (patch) | |
tree | e1aa2af31db16cca11d47693aaa452f778f537c7 /lib/Analysis/LoopInfo.cpp | |
parent | 2e35bec78a3279ceb330bec3d401ba6e8da8480c (diff) |
remove uses of llvm/Support/Streams.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/LoopInfo.cpp')
-rw-r--r-- | lib/Analysis/LoopInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/LoopInfo.cpp b/lib/Analysis/LoopInfo.cpp index 5939dea4c0..2526480119 100644 --- a/lib/Analysis/LoopInfo.cpp +++ b/lib/Analysis/LoopInfo.cpp @@ -20,7 +20,6 @@ #include "llvm/Analysis/Dominators.h" #include "llvm/Assembly/Writer.h" #include "llvm/Support/CFG.h" -#include "llvm/Support/Streams.h" #include "llvm/ADT/DepthFirstIterator.h" #include "llvm/ADT/SmallPtrSet.h" #include <algorithm> |