mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 00:14:20 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37577 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c101e95cb6
commit
b7c908bb81
@ -383,7 +383,7 @@ void IfConverter::ScanInstructions(BBInfo &BBI) {
|
||||
return;
|
||||
|
||||
// First analyze the end of BB branches.
|
||||
BBI.TrueBB = BBI.FalseBB;
|
||||
BBI.TrueBB = BBI.FalseBB = NULL;
|
||||
BBI.BrCond.clear();
|
||||
BBI.IsBrAnalyzable =
|
||||
!TII->AnalyzeBranch(*BBI.BB, BBI.TrueBB, BBI.FalseBB, BBI.BrCond);
|
||||
|
Loading…
x
Reference in New Issue
Block a user