Skip to content

Commit b535e4e

Browse files
authored
[StructurizeCFG] Remove one SSAUpdater::AddAvailableValue. NFCI. (#115472)
1 parent bde3d4a commit b535e4e

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
@@ -619,7 +619,6 @@ void StructurizeCFG::insertConditions(bool Loops) {
619619
BasicBlock *SuccFalse = Term->getSuccessor(1);
620620

621621
PhiInserter.Initialize(Boolean, "");
622-
PhiInserter.AddAvailableValue(&Func->getEntryBlock(), Default);
623622
PhiInserter.AddAvailableValue(Loops ? SuccFalse : Parent, Default);
624623

625624
BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue];

0 commit comments

Comments
 (0)