Skip to content

Commit b666074

Browse files
committed
fixup! Binary: More consistent distinquishing of local variables and temp variables in the IR.
1 parent 26f36e0 commit b666074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binary/ql/lib/semmle/code/binary/ast/ir/internal/Instruction1/Instruction1.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ module InstructionInput implements Transform<Instruction0>::TransformInputSig {
320320

321321
predicate hasJumpCondition(InstructionTag tag, ConditionKind kind) { none() }
322322

323-
predicate hasTempVariable(VariableTag tag) { none() }
323+
predicate hasTempVariable(TempVariableTag tag) { none() }
324324

325325
predicate hasLocalVariable(LocalVariableTag tag) { none() }
326326

0 commit comments

Comments
 (0)