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

Chris Lattner lattner at cs.uiuc.edu
Thu Oct 31 11:17:01 PST 2002


Changes in directory llvm/lib/Target/Sparc:

Sparc.cpp updated: 1.55 -> 1.56

---
Log message:

Reassociate pass now works


---
Diffs of the changes:

Index: llvm/lib/Target/Sparc/Sparc.cpp
diff -u llvm/lib/Target/Sparc/Sparc.cpp:1.55 llvm/lib/Target/Sparc/Sparc.cpp:1.56
--- llvm/lib/Target/Sparc/Sparc.cpp:1.55	Tue Oct 29 19:07:12 2002
+++ llvm/lib/Target/Sparc/Sparc.cpp	Thu Oct 31 11:16:18 2002
@@ -151,7 +151,7 @@
   if (!DisablePreSelect)
     {
       PM.add(createPreSelectionPass(*this));
-      /* PM.add(createReassociatePass()); */
+      PM.add(createReassociatePass());
       PM.add(createLICMPass());
       PM.add(createGCSEPass());
     }





More information about the llvm-commits mailing list