mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 01:43:06 +00:00
Fix formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109403 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ce0fe5da0d
commit
1deeaa6467
@ -123,8 +123,8 @@ void DominanceFrontier::verifyAnalysis() const {
|
||||
// NewBB is split and now it has one successor. Update dominance frontier to
|
||||
// reflect this change.
|
||||
void DominanceFrontier::splitBlock(BasicBlock *NewBB) {
|
||||
assert(NewBB->getTerminator()->getNumSuccessors() == 1
|
||||
&& "NewBB should have a single successor!");
|
||||
assert(NewBB->getTerminator()->getNumSuccessors() == 1 &&
|
||||
"NewBB should have a single successor!");
|
||||
BasicBlock *NewBBSucc = NewBB->getTerminator()->getSuccessor(0);
|
||||
|
||||
SmallVector<BasicBlock*, 8> PredBlocks;
|
||||
|
Loading…
Reference in New Issue
Block a user