aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/SparcV9TargetMachine.cpp
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-12-16 23:16:16 +0000
committerTanya Lattner <tonic@nondot.org>2004-12-16 23:16:16 +0000
commitacd67824704067c68fed7d7c981afadeb8ea67ad (patch)
treed469c757aefd49c54a2c8acdfdcbc6b0fab6a95f /lib/Target/SparcV9/SparcV9TargetMachine.cpp
parent78943f7edf3ce714f2aa09a8987a1f19fb7a02d1 (diff)
Chris is a pain ;) Removing reassociate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19005 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/SparcV9TargetMachine.cpp')
-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)