Update IRGuards.qll

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2024-11-14 21:28:54 +00:00
committed by GitHub
parent 229d40ad8b
commit 42c1937776

View File

@@ -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 }
/**