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 ac07af8 commit a5f689bCopy full SHA for a5f689b
llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
@@ -619,7 +619,6 @@ void StructurizeCFG::insertConditions(bool Loops) {
619
BasicBlock *SuccFalse = Term->getSuccessor(1);
620
621
PhiInserter.Initialize(Boolean, "");
622
- PhiInserter.AddAvailableValue(&Func->getEntryBlock(), Default);
623
PhiInserter.AddAvailableValue(Loops ? SuccFalse : Parent, Default);
624
625
BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue];
0 commit comments