summaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstCombineShifts.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-07-20 21:57:23 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-07-20 21:57:23 +0000
commit747032522f9f3b2d9bae71aa303c1a0fd953eee9 (patch)
tree1c24cad2b12d4593114803f46814a77fe8800a9e /lib/Transforms/InstCombine/InstCombineShifts.cpp
parent4ec14b0dee433a4f134d832e326a20839b1f777e (diff)
downloadllvm-747032522f9f3b2d9bae71aa303c1a0fd953eee9.tar.gz
llvm-747032522f9f3b2d9bae71aa303c1a0fd953eee9.tar.bz2
llvm-747032522f9f3b2d9bae71aa303c1a0fd953eee9.tar.xz
Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where it's used and not included where it isn't.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135628 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/InstCombine/InstCombineShifts.cpp')
-rw-r--r--lib/Transforms/InstCombine/InstCombineShifts.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/InstCombine/InstCombineShifts.cpp b/lib/Transforms/InstCombine/InstCombineShifts.cpp
index 65d1a66f71..628d7a8ef0 100644
--- a/lib/Transforms/InstCombine/InstCombineShifts.cpp
+++ b/lib/Transforms/InstCombine/InstCombineShifts.cpp
@@ -13,6 +13,7 @@
#include "InstCombine.h"
#include "llvm/IntrinsicInst.h"
+#include "llvm/Analysis/ConstantFolding.h"
#include "llvm/Analysis/InstructionSimplify.h"
#include "llvm/Support/PatternMatch.h"
using namespace llvm;