Reassociate pass now works


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4473 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
index faed36c..d00fece 100644
--- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp
+++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
@@ -151,7 +151,7 @@
   if (!DisablePreSelect)
     {
       PM.add(createPreSelectionPass(*this));
-      /* PM.add(createReassociatePass()); */
+      PM.add(createReassociatePass());
       PM.add(createLICMPass());
       PM.add(createGCSEPass());
     }