mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25: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
6e7256f9d4
commit
b10696c155
@@ -106,8 +106,8 @@ private class CompareGEValueNumber extends CompareValueNumber {
|
||||
}
|
||||
|
||||
/**
|
||||
* A value number such that at least one of the instructions is an
|
||||
* insruction that is used in a `SwitchInstruction`'s expression.
|
||||
* A value number such that at least one of the instructions provides
|
||||
* the integer value controlling a `SwitchInstruction`.
|
||||
*/
|
||||
private class ScrutineeValueNumber extends ValueNumber {
|
||||
SwitchInstruction switch;
|
||||
|
||||
Reference in New Issue
Block a user