summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LoopStrengthReduce.cpp
diff options
context:
space:
mode:
authorJakub Staszak <kubastaszak@gmail.com>2013-02-09 01:04:28 +0000
committerJakub Staszak <kubastaszak@gmail.com>2013-02-09 01:04:28 +0000
commit4fa57932c7b13ec42c563e33a2e40fd04194b64e (patch)
treebb98b2429309da3886dd0d81f541ef041eca4607 /lib/Transforms/Scalar/LoopStrengthReduce.cpp
parentf2d89ff5c82c78f6160a9a8611c525771fdd2033 (diff)
downloadllvm-4fa57932c7b13ec42c563e33a2e40fd04194b64e.tar.gz
llvm-4fa57932c7b13ec42c563e33a2e40fd04194b64e.tar.bz2
llvm-4fa57932c7b13ec42c563e33a2e40fd04194b64e.tar.xz
Remove #includes from the commonly used LoopInfo.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/LoopStrengthReduce.cpp')
-rw-r--r--lib/Transforms/Scalar/LoopStrengthReduce.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index 923707737a..b83bec2d8a 100644
--- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -58,6 +58,7 @@
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallBitVector.h"
+#include "llvm/ADT/STLExtras.h"
#include "llvm/Analysis/Dominators.h"
#include "llvm/Analysis/IVUsers.h"
#include "llvm/Analysis/LoopPass.h"