summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombine.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-11-30 03:08:41 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-11-30 03:08:41 +0000
commitdbd6958183dc140ababfa666d591816342263485 (patch)
tree41bd3cc88047427ba1ddcc8e91375e0d782aa1bf /llvm/lib/Transforms/InstCombine/InstCombine.h
parent65df808f6254617b9eee931d00e95d900610b660 (diff)
downloadbcm5719-llvm-dbd6958183dc140ababfa666d591816342263485.tar.gz
bcm5719-llvm-dbd6958183dc140ababfa666d591816342263485.zip
Move the InstVisitor utility into VMCore where it belongs. It heavily
depends on the IR infrastructure, there is no sense in it being off in Support land. This is in preparation to start working to expand InstVisitor into more special-purpose visitors that are still generic and can be re-used across different passes. The expansion will go into the Analylis tree though as nothing in VMCore needs it. llvm-svn: 168972
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombine.h')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombine.h b/llvm/lib/Transforms/InstCombine/InstCombine.h
index 7467eca7ab1..90637a9d7bd 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombine.h
+++ b/llvm/lib/Transforms/InstCombine/InstCombine.h
@@ -12,11 +12,11 @@
#include "InstCombineWorklist.h"
#include "llvm/IRBuilder.h"
+#include "llvm/InstVisitor.h"
#include "llvm/IntrinsicInst.h"
#include "llvm/Operator.h"
#include "llvm/Pass.h"
#include "llvm/Analysis/ValueTracking.h"
-#include "llvm/Support/InstVisitor.h"
#include "llvm/Support/TargetFolder.h"
#include "llvm/Transforms/Utils/SimplifyLibCalls.h"
OpenPOWER on IntegriCloud