mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
indentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123426 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3eb3bba16
commit
70e5e222db
@ -283,7 +283,7 @@ BasicBlock *llvm::SplitCriticalEdge(TerminatorInst *TI, unsigned SuccNum,
|
||||
I != E; ++I) {
|
||||
BasicBlock *P = *I;
|
||||
if (P != NewBB)
|
||||
OtherPreds.push_back(P);
|
||||
OtherPreds.push_back(P);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user