We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c442538 commit 875ecd2Copy full SHA for 875ecd2
llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
@@ -421,7 +421,6 @@ class StructurizeCFGLegacyPass : public RegionPass {
421
/// if its hoisted to predecessor block. So, this returns true.
422
static bool isHoistableInstruction(Instruction *I, BasicBlock *BB,
423
TargetTransformInfo *TTI) {
424
-
425
if (I->getParent() != BB)
426
return false;
427
0 commit comments