]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
Some hashtable changes
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index 9b5171d26908dd6423ef07859d5cc830d7b746c6..bb26cff2ae2f8c0ed31ae2bc258dd896532860ce 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -133,6 +133,9 @@ typedef struct ir_instr_s
     /* For the temp-allocation */
     size_t eid;
 
+    /* For IFs */
+    bool   likely;
+
     struct ir_block_s *owner;
 } ir_instr;
 
@@ -290,6 +293,8 @@ typedef struct ir_builder_s
     ir_value    **globals;
     ir_value    **fields;
 
+    ir_value    **extparams;
+
     const char **filenames;
     qcint       *filestrings;
     /* we cache the #IMMEDIATE string here */