[llvm-commits] CVS: llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp
Zhou Sheng
zhousheng00 at gmail.com
Thu Jan 11 02:33:41 PST 2007
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);
}
More information about the llvm-commits
mailing list