aboutsummaryrefslogtreecommitdiffstats
path: root/src/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir.h')
-rw-r--r--src/ir.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ir.h b/src/ir.h
index c0ce22a..6df1e0d 100644
--- a/src/ir.h
+++ b/src/ir.h
@@ -44,6 +44,9 @@ typedef enum Operator {
44 OP_JMP_LT, 44 OP_JMP_LT,
45 OP_JMP_GE, 45 OP_JMP_GE,
46 OP_JMP_LE, 46 OP_JMP_LE,
47
48 // Return value from register.
49 OP_RETURN,
47} Operator; 50} Operator;
48 51
49typedef enum OperandType { 52typedef enum OperandType {