mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37566 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cc8fb46cdc
commit
93a8e5ea0c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user