mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Rangeanalysis: Switch to shared ssaRead predicate.
This commit is contained in:
@@ -396,8 +396,6 @@ module Utils implements UtilSig<Sem, IntDelta> {
|
||||
private import RangeUtils as RU
|
||||
private import semmle.code.java.dataflow.internal.rangeanalysis.SsaReadPositionCommon as SsaReadPos
|
||||
|
||||
Sem::Expr semSsaRead(Sem::SsaVariable v, int delta) { result = RU::ssaRead(v, delta) }
|
||||
|
||||
Sem::Guard semEqFlowCond(
|
||||
Sem::SsaVariable v, Sem::Expr e, int delta, boolean isEq, boolean testIsTrue
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user