projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7830d5
)
Remove a redundant #include.
author
Dan Gohman
<gohman@apple.com>
Sun, 27 Sep 2009 15:21:52 +0000
(15:21 +0000)
committer
Dan Gohman
<gohman@apple.com>
Sun, 27 Sep 2009 15:21:52 +0000
(15:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82897
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/IVUsers.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/IVUsers.cpp
b/lib/Analysis/IVUsers.cpp
index 927740b338e6a30181a3b0564e88c8daf2209daa..ecb7df80cf18961b0456e4b36e75de0686ba2680 100644
(file)
--- a/
lib/Analysis/IVUsers.cpp
+++ b/
lib/Analysis/IVUsers.cpp
@@
-19,7
+19,6
@@
#include "llvm/Type.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Analysis/Dominators.h"
-#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/LoopPass.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"
#include "llvm/ADT/STLExtras.h"