mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 17:28:21 +00:00
Reflow comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81361 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff5dfdff56
commit
c02f0d7e4b
@ -941,10 +941,10 @@ void LoopUnswitch::RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC,
|
||||
PHINode *PN = dyn_cast<PHINode>(II); ++II)
|
||||
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.
|
||||
// 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.
|
||||
if (DT)
|
||||
DT->addNewBlock(Abort, NewSISucc);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user