mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 21:47:07 +00:00
Fix an 80-column violation.
llvm-svn: 81354
This commit is contained in:
parent
a12b2d35a0
commit
6fb286fc2e
@ -942,9 +942,9 @@ void LoopUnswitch::RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC,
|
||||
PN->setIncomingValue(PN->getBasicBlockIndex(Switch),
|
||||
UndefValue::get(PN->getType()));
|
||||
// Tell the domtree about the new block. We don't fully update
|
||||
// the domtree here -- instead we force it to do a full recomputation
|
||||
// after the pass is complete -- but we do need to inform it of
|
||||
// new blocks.
|
||||
// the domtree here -- instead we force it to do a full
|
||||
// recomputation after the pass is complete -- but we do need to
|
||||
// inform it of new blocks.
|
||||
if (DT)
|
||||
DT->addNewBlock(Abort, NewSISucc);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user