aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-29 05:28:34 +0000
committerChris Lattner <sabre@nondot.org>2005-10-29 05:28:34 +0000
commit72fe0af68fd6cd0d38f1a8710f0f6768c0684b60 (patch)
tree0a5392c88375444297d3bdcd49df7048d22e79ed
parentfeaf960653bbf67c1af2876e34cd979683271c07 (diff)
remove reference to this pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24088 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/Sparc/SparcTargetMachine.cpp4
-rw-r--r--lib/Target/SparcV8/SparcV8TargetMachine.cpp4
2 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/Sparc/SparcTargetMachine.cpp b/lib/Target/Sparc/SparcTargetMachine.cpp
index 54895fead4..d2587be48f 100644
--- a/lib/Target/Sparc/SparcTargetMachine.cpp
+++ b/lib/Target/Sparc/SparcTargetMachine.cpp
@@ -80,8 +80,6 @@ bool SparcV8TargetMachine::addPassesToEmitFile(PassManager &PM,
// FIXME: implement the invoke/unwind instructions!
PM.add(createLowerInvokePass());
- PM.add(createLowerConstantExpressionsPass());
-
// Make sure that no unreachable blocks are instruction selected.
PM.add(createUnreachableBlockEliminationPass());
@@ -137,8 +135,6 @@ void SparcV8JITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
// FIXME: implement the invoke/unwind instructions!
PM.add(createLowerInvokePass());
- PM.add(createLowerConstantExpressionsPass());
-
// Make sure that no unreachable blocks are instruction selected.
PM.add(createUnreachableBlockEliminationPass());
diff --git a/lib/Target/SparcV8/SparcV8TargetMachine.cpp b/lib/Target/SparcV8/SparcV8TargetMachine.cpp
index 54895fead4..d2587be48f 100644
--- a/lib/Target/SparcV8/SparcV8TargetMachine.cpp
+++ b/lib/Target/SparcV8/SparcV8TargetMachine.cpp
@@ -80,8 +80,6 @@ bool SparcV8TargetMachine::addPassesToEmitFile(PassManager &PM,
// FIXME: implement the invoke/unwind instructions!
PM.add(createLowerInvokePass());
- PM.add(createLowerConstantExpressionsPass());
-
// Make sure that no unreachable blocks are instruction selected.
PM.add(createUnreachableBlockEliminationPass());
@@ -137,8 +135,6 @@ void SparcV8JITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
// FIXME: implement the invoke/unwind instructions!
PM.add(createLowerInvokePass());
- PM.add(createLowerConstantExpressionsPass());
-
// Make sure that no unreachable blocks are instruction selected.
PM.add(createUnreachableBlockEliminationPass());