Rangeanalysis: Rename SsaBound.getAVariable to getVariable.

This commit is contained in:
Anders Schack-Mulligen
2023-11-01 11:58:06 +01:00
parent 48291dd32d
commit 048a7c4e42
4 changed files with 9 additions and 9 deletions

View File

@@ -419,7 +419,7 @@ module Bounds implements BoundSig<Location, Sem, IntDelta> {
class SemZeroBound = ZeroBound;
class SemSsaBound extends SsaBound {
Sem::SsaVariable getAVariable() { result = super.getSsa() }
Sem::SsaVariable getVariable() { result = super.getSsa() }
}
}