diff options
author | Jakub Staszak <kubastaszak@gmail.com> | 2013-02-09 01:04:28 +0000 |
---|---|---|
committer | Jakub Staszak <kubastaszak@gmail.com> | 2013-02-09 01:04:28 +0000 |
commit | f23980aba5f4a184c3f3cdaffcb89f63d4050b5b (patch) | |
tree | 5e2ce1175aafbe456e2d4ddd74dd443410f5467c /llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp | |
parent | d2c95eb995e92ccbe07b10f0741408ea3553c6b1 (diff) | |
download | bcm5719-llvm-f23980aba5f4a184c3f3cdaffcb89f63d4050b5b.tar.gz bcm5719-llvm-f23980aba5f4a184c3f3cdaffcb89f63d4050b5b.zip |
Remove #includes from the commonly used LoopInfo.h.
llvm-svn: 174786
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp b/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp index c48808f3ccf..a23860aad80 100644 --- a/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp +++ b/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp @@ -14,6 +14,7 @@ #define DEBUG_TYPE "loop-instsimplify" #include "llvm/Transforms/Scalar.h" #include "llvm/ADT/Statistic.h" +#include "llvm/ADT/STLExtras.h" #include "llvm/Analysis/Dominators.h" #include "llvm/Analysis/InstructionSimplify.h" #include "llvm/Analysis/LoopInfo.h" |