X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ir.h;h=c81d1a24032454972fcfddbb5965992547cb6f4c;hp=42f6ce578ea958bd5e4cf409da8561eef2fc91b5;hb=2d4a054440e9fdf12edc202188ae4ea2e4ce90b5;hpb=2dde6d903e524083de5bb6232cd6241e271b8b01 diff --git a/ir.h b/ir.h index 42f6ce5..c81d1a2 100644 --- a/ir.h +++ b/ir.h @@ -249,7 +249,7 @@ ir_block* ir_function_create_block(lex_ctx_t ctx, ir_function*, const char /* builder */ #define IR_HT_SIZE 1024 -#define IR_MAX_VINSTR_TEMPS 1 +#define IR_MAX_VINSTR_TEMPS 2 struct ir_builder { ir_builder(const std::string& modulename);