llvm-svn: 37566
This commit is contained in:
Evan Cheng 2007-06-13 00:04:00 +00:00
parent 9acfa7b063
commit cbaaff58bf
1 changed files with 1 additions and 1 deletions

View 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.