Rangeanalysis: Remove superfluous ignoreSsaReadArithmeticExpr.

This commit is contained in:
Anders Schack-Mulligen
2023-10-31 15:25:28 +01:00
parent a39a94ca8e
commit 6d6f89e71e
5 changed files with 2 additions and 30 deletions

View File

@@ -284,14 +284,6 @@ signature module LangSig<Semantic Sem, DeltaSig D> {
*/
predicate ignoreZeroLowerBound(Sem::Expr e);
/**
* Holds if the specified expression should be excluded from the result of `ssaRead()`.
*
* This predicate is to keep the results identical to the original Java implementation. It should be
* removed once we have the new implementation matching the old results exactly.
*/
predicate ignoreSsaReadArithmeticExpr(Sem::Expr e);
/**
* Holds if the specified variable should be excluded from the result of `ssaRead()`.
*