]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
ir_values which are members of a vector should know that, so that liferange calc...
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index dc29e79e297c109a4b203913fca87d91309d36dd..dd48a8accef6e25928d642401220965f9bfcf83a 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -68,6 +68,7 @@ typedef struct ir_value_s {
 
     /* for acessing vectors */
     struct ir_value_s *members[3];
+    struct ir_value_s *memberof;
 
     /* For the temp allocator */
     MEM_VECTOR_MAKE(ir_life_entry_t, life);