]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
Try generating the function-locals in a later pass; with the option to overlap them.
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index d07dbf0bb0f17ea5f7e66ea2f74ac3c727b8daf9..c8e7e0c162f0caf5e12315cc9633e88429c7248c 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -314,6 +314,7 @@ typedef struct ir_builder_s
 
     /* the highest func->allocated_locals */
     size_t        max_locals;
+    uint32_t      first_common_local;
 
     const char **filenames;
     qcint       *filestrings;