mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Merge pull request #16740 from MathiasVP/fix-join-in-ssa
SSA: Fix bad join in `lastRefRedefExt`
This commit is contained in:
@@ -801,7 +801,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
|
||||
input = bb
|
||||
or
|
||||
varBlockReachesExt(def, v, bb, input) and
|
||||
ssaDefReachesThroughBlock(def, input)
|
||||
ssaDefReachesThroughBlock(def, pragma[only_bind_into](input))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user