Skip to content

Commit 875ecd2

Browse files
committed
review
1 parent c442538 commit 875ecd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Scalar/StructurizeCFG.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ class StructurizeCFGLegacyPass : public RegionPass {
421421
/// if its hoisted to predecessor block. So, this returns true.
422422
static bool isHoistableInstruction(Instruction *I, BasicBlock *BB,
423423
TargetTransformInfo *TTI) {
424-
425424
if (I->getParent() != BB)
426425
return false;
427426

0 commit comments

Comments
 (0)