Rangeanalysis: Remove superfluous ignoreSsaReadCopy.

This commit is contained in:
Anders Schack-Mulligen
2023-10-31 15:32:25 +01:00
parent 322e6c91be
commit 34b9791e46
5 changed files with 1 additions and 28 deletions

View File

@@ -250,14 +250,6 @@ signature module DeltaSig {
}
signature module LangSig<Semantic Sem, DeltaSig D> {
/**
* 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 ignoreSsaReadCopy(Sem::Expr e);
/**
* Holds if `e >= bound` (if `upper = false`) or `e <= bound` (if `upper = true`).
*/