[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp

Tanya Brethour tbrethou at cs.uiuc.edu
Thu Dec 16 15:16:29 PST 2004



Changes in directory llvm/lib/Target/SparcV9:

SparcV9TargetMachine.cpp updated: 1.131 -> 1.132
---
Log message:

Chris is a pain ;) Removing reassociate.


---
Diffs of the changes:  (+0 -6)

Index: llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp:1.131 llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp:1.132
--- llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp:1.131	Thu Dec 16 17:13:16 2004
+++ llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp	Thu Dec 16 17:16:16 2004
@@ -178,9 +178,6 @@
   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 @@
   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)






More information about the llvm-commits mailing list