[llvm-commits] CVS: llvm/lib/CodeGen/IfConversion.cpp

Evan Cheng evan.cheng at apple.com
Tue Jun 12 17:04:22 PDT 2007



Changes in directory llvm/lib/CodeGen:

IfConversion.cpp updated: 1.45 -> 1.46
---
Log message:

Typo

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

 IfConversion.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/CodeGen/IfConversion.cpp
diff -u llvm/lib/CodeGen/IfConversion.cpp:1.45 llvm/lib/CodeGen/IfConversion.cpp:1.46
--- llvm/lib/CodeGen/IfConversion.cpp:1.45	Tue Jun 12 18:54:05 2007
+++ llvm/lib/CodeGen/IfConversion.cpp	Tue Jun 12 19:04:00 2007
@@ -769,7 +769,7 @@
   }
 
   // Predicate the 'true' block after removing its branch.
-  TrueBBI.NonPredSize -= TII->RemoveBranch(*CvtBBI->BB);
+  CvtBBI->NonPredSize -= TII->RemoveBranch(*CvtBBI->BB);
   PredicateBlock(*CvtBBI, Cond);
 
   // If 'true' block has a 'false' successor, add an exit branch to it.






More information about the llvm-commits mailing list