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