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.



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

Reply via email to