summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineSelect.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
commit911e12f50535689052dbe1f8cea5bd2f21a7ca3d (patch)
treef597cd2927c9924fe1c99c21bad587d239a68072 /llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
parentbcd50a10d5429dbd3ead6505c54c44b9be743c37 (diff)
downloadbcm5719-llvm-911e12f50535689052dbe1f8cea5bd2f21a7ca3d.tar.gz
bcm5719-llvm-911e12f50535689052dbe1f8cea5bd2f21a7ca3d.zip
Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where it's used and not included where it isn't.
llvm-svn: 135628
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp b/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
index bd7f40d8aca..ffca57b7735 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
@@ -13,6 +13,7 @@
#include "InstCombine.h"
#include "llvm/Support/PatternMatch.h"
+#include "llvm/Analysis/ConstantFolding.h"
#include "llvm/Analysis/InstructionSimplify.h"
using namespace llvm;
using namespace PatternMatch;
OpenPOWER on IntegriCloud