]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
-Ominor -> -Opeephole; added -Olocaltemps flag; using a less space-wasting temp-alloc...
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index a12827fc36898f8ac90036c4fcff81bff87569c5..5379ee0d4bf5f9bdceade3ea5a27cb840ac0cb37 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -75,6 +75,9 @@ typedef struct ir_value_s {
     struct ir_value_s *members[3];
     struct ir_value_s *memberof;
 
+    /* arrays will never overlap with temps */
+    bool unique_life;
+
     /* For the temp allocator */
     ir_life_entry_t *life;
 } ir_value;