mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Fix reference to deprecated predicate
This commit is contained in:
@@ -37,7 +37,7 @@ private string getBoundString(SemBound b, int delta) {
|
||||
b instanceof SemZeroBound and result = delta.toString()
|
||||
or
|
||||
result =
|
||||
strictconcat(b.(SemSsaBound).getAVariable().(IR::Instruction).getAST().toString(), ":") +
|
||||
strictconcat(b.(SemSsaBound).getAVariable().(IR::Instruction).getAst().toString(), ":") +
|
||||
getOffsetString(delta)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user