Chris is a pain ;) Removing reassociate.
authorTanya Lattner <tonic@nondot.org>
Thu, 16 Dec 2004 23:16:16 +0000 (23:16 +0000)
committerTanya Lattner <tonic@nondot.org>
Thu, 16 Dec 2004 23:16:16 +0000 (23:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19005 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9TargetMachine.cpp

index a0a5ba9183f63be6ce2b20af858bcf7894564cf7..e660ef89d86a3811bb59898d34ace180c0c425e8 100644 (file)
@@ -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)