mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
SSA: Remove superfluous conjunct (implied by refRank).
This commit is contained in:
@@ -237,7 +237,6 @@ module Make<LocationSig Location, InputSig<Location> Input> {
|
||||
rnk = maxRefRank(bb, v) and
|
||||
liveAtExit(bb, v)
|
||||
or
|
||||
ref(bb, i, v, kind) and
|
||||
kind = Read(_)
|
||||
or
|
||||
exists(RefKind nextKind |
|
||||
|
||||
Reference in New Issue
Block a user