Changes in directory llvm/lib/Transforms/Scalar:

CorrelatedExprs.cpp updated: 1.43 -> 1.44
---
Log message:

Fixed indentation.


---
Diffs of the changes:  (+4 -4)

 CorrelatedExprs.cpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp
diff -u llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp:1.43 
llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp:1.44
--- llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp:1.43 Sat Dec 30 23:48:39 2006
+++ llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp      Thu Jan 11 04:33:26 2007
@@ -906,10 +906,10 @@
   }
 
   // Propagate information about Op0 to Op1 & visa versa
-    PropagateRelation(ICmpInst::ICMP_EQ, Op0, Op1, RI);
-    PropagateRelation(ICmpInst::ICMP_EQ, Op1, Op0, RI);
-    PropagateRelation(FCmpInst::FCMP_OEQ, Op0, Op1, RI);
-    PropagateRelation(FCmpInst::FCMP_OEQ, Op1, Op0, RI);
+  PropagateRelation(ICmpInst::ICMP_EQ, Op0, Op1, RI);
+  PropagateRelation(ICmpInst::ICMP_EQ, Op1, Op0, RI);
+  PropagateRelation(FCmpInst::FCMP_OEQ, Op0, Op1, RI);
+  PropagateRelation(FCmpInst::FCMP_OEQ, Op1, Op0, RI);
 }
 
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to