mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +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
b10696c155
commit
229d40ad8b
@@ -73,7 +73,7 @@ private class CompareValueNumber extends ValueNumber {
|
||||
|
||||
/**
|
||||
* Gets the left and right operands of a `CompareInstruction` that
|
||||
* belongs to this value number.
|
||||
* belong to this value number.
|
||||
*/
|
||||
predicate hasOperands(Operand left, Operand right) {
|
||||
left = cmp.getLeftOperand() and
|
||||
|
||||
Reference in New Issue
Block a user