mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
Rangeanalysis: Rename SsaBound.getAVariable to getVariable.
This commit is contained in:
@@ -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() }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user