]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Merge branch 'master' into blub/ast-and-ir-merging
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 7eb835907115b3291371e3c75e90892457c517dc..e16b4954859f80bce2b78de72bd5cc42350b077d 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -411,7 +411,14 @@ enum {
     INSTR_AND,
     INSTR_OR,
     INSTR_BITAND,
-    INSTR_BITOR
+    INSTR_BITOR,
+
+    /* Virtual instructions used by the IR
+     * Keep at the end!
+     */
+    VINSTR_PHI,
+    VINSTR_JUMP,
+    VINSTR_COND,
 };
 
 /*