Skip to content

Commit b2475f9

Browse files
chore: autopublish 2026-03-05T18:26:28Z
1 parent 28dc6a1 commit b2475f9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

projects/dxilconv/lib/DxilConvPasses/ScopeNestedCFG.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,8 +1035,7 @@ void ScopeNestedCFG::ComputeBlockTopologicalOrderAndReachability(
10351035
continue;
10361036
}
10371037

1038-
BasicBlock *pEffective =
1039-
GetEffectiveNodeToFollowSuccessor(Frame.pNode);
1038+
BasicBlock *pEffective = GetEffectiveNodeToFollowSuccessor(Frame.pNode);
10401039

10411040
// Loop with no exit.
10421041
if (pEffective == nullptr) {

0 commit comments

Comments
 (0)