aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/SparcV9/SparcV9TargetMachine.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
index a0a5ba9183..e660ef89d8 100644
--- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp
+++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
@@ -178,9 +178,6 @@ SparcV9TargetMachine::addPassesToEmitAssembly(PassManager &PM, std::ostream &Out
PM.add(createPreSelectionPass(*this));
PM.add(createLowerSelectPass());
- // Clean up after pre-selection.
- PM.add(createReassociatePass());
-
// If the user's trying to read the generated code, they'll need to see the
// transformed input.
if (PrintMachineCode)
@@ -267,9 +264,6 @@ void SparcV9JITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
PM.add(createPreSelectionPass(TM));
PM.add(createLowerSelectPass());
- // Clean up after pre-selection.
- PM.add(createReassociatePass());
-
// If the user's trying to read the generated code, they'll need to see the
// transformed input.
if (PrintMachineCode)