summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Passes
diff options
context:
space:
mode:
authorSean Silva <chisophugis@gmail.com>2016-06-14 00:26:31 +0000
committerSean Silva <chisophugis@gmail.com>2016-06-14 00:26:31 +0000
commit7d5a57cbfce1cb5567c7bc9c5c4c018eaf5cf392 (patch)
treea66cc77a0fa9ee9d2bbda8051193a7e5d0a993fc /llvm/lib/Passes
parent625a8e19ea132b7b4069f0bc611cf6741301b216 (diff)
downloadbcm5719-llvm-7d5a57cbfce1cb5567c7bc9c5c4c018eaf5cf392.tar.gz
bcm5719-llvm-7d5a57cbfce1cb5567c7bc9c5c4c018eaf5cf392.zip
Revert "[PM] Port JumpThreading to the new PM"
This reverts commit r272597. Will investigate issue with VS2013 compilation and then recommit. llvm-svn: 272603
Diffstat (limited to 'llvm/lib/Passes')
-rw-r--r--llvm/lib/Passes/PassBuilder.cpp1
-rw-r--r--llvm/lib/Passes/PassRegistry.def1
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Passes/PassBuilder.cpp b/llvm/lib/Passes/PassBuilder.cpp
index c9ba8cc2ffa..815d34ccbe1 100644
--- a/llvm/lib/Passes/PassBuilder.cpp
+++ b/llvm/lib/Passes/PassBuilder.cpp
@@ -75,7 +75,6 @@
#include "llvm/Transforms/Scalar/GuardWidening.h"
#include "llvm/Transforms/Scalar/GVN.h"
#include "llvm/Transforms/Scalar/IndVarSimplify.h"
-#include "llvm/Transforms/Scalar/JumpThreading.h"
#include "llvm/Transforms/Scalar/LoopRotation.h"
#include "llvm/Transforms/Scalar/LoopSimplifyCFG.h"
#include "llvm/Transforms/Scalar/LowerAtomic.h"
diff --git a/llvm/lib/Passes/PassRegistry.def b/llvm/lib/Passes/PassRegistry.def
index 9c51982923d..44ef05e4d56 100644
--- a/llvm/lib/Passes/PassRegistry.def
+++ b/llvm/lib/Passes/PassRegistry.def
@@ -129,7 +129,6 @@ FUNCTION_PASS("loweratomic", LowerAtomicPass())
FUNCTION_PASS("lower-expect", LowerExpectIntrinsicPass())
FUNCTION_PASS("guard-widening", GuardWideningPass())
FUNCTION_PASS("gvn", GVN())
-FUNCTION_PASS("jump-threading", JumpThreadingPass())
FUNCTION_PASS("partially-inline-libcalls", PartiallyInlineLibCallsPass())
FUNCTION_PASS("lcssa", LCSSAPass())
FUNCTION_PASS("print", PrintFunctionPass(dbgs()))
OpenPOWER on IntegriCloud