Rangeanalysis: Remove superfluous specificSsaRead.

This commit is contained in:
Anders Schack-Mulligen
2023-10-31 15:30:36 +01:00
parent 8b6c940e76
commit 322e6c91be
5 changed files with 0 additions and 34 deletions

View File

@@ -377,8 +377,6 @@ module JavaLangImpl implements LangSig<Sem, IntDelta> {
predicate ignoreZeroLowerBound(Sem::Expr e) { none() }
Sem::Expr specificSsaRead(Sem::SsaVariable v, int delta) { none() }
predicate additionalValueFlowStep(Sem::Expr dest, Sem::Expr src, int delta) { none() }
Sem::Type getAlternateType(Sem::Expr e) { none() }