X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=ir.h;h=5379ee0d4bf5f9bdceade3ea5a27cb840ac0cb37;hb=52b4c9f0c10267fbba0c81336de56265ed0c6f4d;hp=a12827fc36898f8ac90036c4fcff81bff87569c5;hpb=2a2465c884a2c3c5e4f842cc883ad09b74c906ad;p=xonotic%2Fgmqcc.git diff --git a/ir.h b/ir.h index a12827f..5379ee0 100644 --- 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;