Skip to content

Commit 9384f61

Browse files
authored
Merge pull request github#16740 from MathiasVP/fix-join-in-ssa
SSA: Fix bad join in `lastRefRedefExt`
2 parents b88a1b2 + 5b3403c commit 9384f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/ssa/codeql/ssa/Ssa.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
801801
input = bb
802802
or
803803
varBlockReachesExt(def, v, bb, input) and
804-
ssaDefReachesThroughBlock(def, input)
804+
ssaDefReachesThroughBlock(def, pragma[only_bind_into](input))
805805
)
806806
}
807807

0 commit comments

Comments
 (0)