]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
ir_instr can now store a list of parameters, will be used for CALLs
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index a611dba13cba29e8f655f8e26ad9da27ecd7f272..8bb0789922ca5f86c81bdb34755f0c625f171c4b 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -115,6 +115,7 @@ typedef struct ir_instr_s
     struct ir_block_s* (bops[2]);
 
     MEM_VECTOR_MAKE(ir_phi_entry_t, phi);
+    MEM_VECTOR_MAKE(ir_value*, params);
 
     /* For the temp-allocation */
     size_t eid;