summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-08-03 22:18:20 +0000
committerBill Wendling <isanbard@gmail.com>2011-08-03 22:18:20 +0000
commit2d3138c112cf2f15ab1c131f5f0af0a1cbe76391 (patch)
treeafa4db92b8eb28a37b3bcd1443a915dc86597601 /llvm/tools/opt
parent890af72accc3cab93cc963451b3b0e9f997fda17 (diff)
downloadbcm5719-llvm-2d3138c112cf2f15ab1c131f5f0af0a1cbe76391.tar.gz
bcm5719-llvm-2d3138c112cf2f15ab1c131f5f0af0a1cbe76391.zip
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
This is some of my original LLVM code. *wipes tear* llvm-svn: 136821
Diffstat (limited to 'llvm/tools/opt')
-rw-r--r--llvm/tools/opt/opt.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp
index fed98ce78dc..ffd2c21736e 100644
--- a/llvm/tools/opt/opt.cpp
+++ b/llvm/tools/opt/opt.cpp
@@ -431,8 +431,6 @@ static void AddOptimizationPasses(PassManagerBase &MPM,FunctionPassManager &FPM,
static void AddStandardCompilePasses(PassManagerBase &PM) {
PM.add(createVerifierPass()); // Verify that input is correct
- addPass(PM, createLowerSetJmpPass()); // Lower llvm.setjmp/.longjmp
-
// If the -strip-debug command line option was specified, do it.
if (StripDebug)
addPass(PM, createStripSymbolsPass(true));
OpenPOWER on IntegriCloud