git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37566 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2007-06-13 00:04:00 +00:00
parent cc8fb46cdc
commit 93a8e5ea0c

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.