We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f36e0 commit b666074Copy full SHA for b666074
1 file changed
binary/ql/lib/semmle/code/binary/ast/ir/internal/Instruction1/Instruction1.qll
@@ -320,7 +320,7 @@ module InstructionInput implements Transform<Instruction0>::TransformInputSig {
320
321
predicate hasJumpCondition(InstructionTag tag, ConditionKind kind) { none() }
322
323
- predicate hasTempVariable(VariableTag tag) { none() }
+ predicate hasTempVariable(TempVariableTag tag) { none() }
324
325
predicate hasLocalVariable(LocalVariableTag tag) { none() }
326
0 commit comments