]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Not an assembler instruction, but virtual instruction used by the IR.
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index fef63629b8a17b7c28ed5560a4f420c66f5fdb80..e9d2ad57894aaf75dfcd6db915ec77ff2021b7d2 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -683,17 +683,11 @@ enum {
     INSTR_BITAND,
     INSTR_BITOR,
 
-    /*
-     * Virtual instructions used by the assembler
-     * keep at the end but before virtual instructions
-     * for the IR below.
-     */
-    AINSTR_END,
-
     /*
      * Virtual instructions used by the IR
      * Keep at the end!
      */
+    VINSTR_END,
     VINSTR_PHI,
     VINSTR_JUMP,
     VINSTR_COND,