Typo
authorEvan Cheng <evan.cheng@apple.com>
Wed, 13 Jun 2007 00:04:00 +0000 (00:04 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 13 Jun 2007 00:04:00 +0000 (00:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37566 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/IfConversion.cpp

index eac134be56ee67463d595b089416cba8ede1ae4a..02fbfeee54ca6eed69d39c2a7d08f226f981d008 100644 (file)
@@ -769,7 +769,7 @@ bool IfConverter::IfConvertTriangle(BBInfo &BBI) {
   }
 
   // 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.