Skip to content

Commit d4549ab

Browse files
author
OCHyams
committed
undo whitespace change
1 parent ff5dedd commit d4549ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Utils/SimplifyCFG.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,6 @@ bool SimplifyCFGOpt::hoistSuccIdenticalTerminatorToSwitchOrIf(
18291829
// Clone the terminator and hoist it into the pred, without any debug info.
18301830
Instruction *NT = I1->clone();
18311831
NT->insertInto(TIParent, TI->getIterator());
1832-
18331832
if (!NT->getType()->isVoidTy()) {
18341833
I1->replaceAllUsesWith(NT);
18351834
for (Instruction *OtherSuccTI : OtherSuccTIs)

0 commit comments

Comments
 (0)