Skip to content

Commit dcceae1

Browse files
committed
remove reference to this pass
llvm-svn: 24088
1 parent 8ad3036 commit dcceae1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ bool SparcV8TargetMachine::addPassesToEmitFile(PassManager &PM,
8080
// FIXME: implement the invoke/unwind instructions!
8181
PM.add(createLowerInvokePass());
8282

83-
PM.add(createLowerConstantExpressionsPass());
84-
8583
// Make sure that no unreachable blocks are instruction selected.
8684
PM.add(createUnreachableBlockEliminationPass());
8785

@@ -137,8 +135,6 @@ void SparcV8JITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
137135
// FIXME: implement the invoke/unwind instructions!
138136
PM.add(createLowerInvokePass());
139137

140-
PM.add(createLowerConstantExpressionsPass());
141-
142138
// Make sure that no unreachable blocks are instruction selected.
143139
PM.add(createUnreachableBlockEliminationPass());
144140

0 commit comments

Comments
 (0)