mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
Update IRGuards.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
229d40ad8b
commit
42c1937776
@@ -68,7 +68,7 @@ private class CompareValueNumber extends ValueNumber {
|
||||
|
||||
CompareValueNumber() { cmp = this.getAnInstruction() }
|
||||
|
||||
/** Gets an `CompareInstruction` belonging to this value number. */
|
||||
/** Gets a `CompareInstruction` belonging to this value number. */
|
||||
CompareInstruction getCompareInstruction() { result = cmp }
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user