mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 03:36:43 +00:00
Typo
llvm-svn: 37566
This commit is contained in:
parent
d5aaab210c
commit
d4e9443a78
@ -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