]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.c
-Olocaltemps -> -Olocal-temps for consistency; added manpage entry; removed leftover...
[xonotic/gmqcc.git] / ir.c
diff --git a/ir.c b/ir.c
index caf84381e315c34ca6bd73c49618af9d359b0680..ce98e6c252c49bf340f261862c5e597f0f2c313c 100644 (file)
--- a/ir.c
+++ b/ir.c
@@ -2127,7 +2127,7 @@ bool ir_function_allocate_locals(ir_function *self)
 
     for (i = 0; i < vec_size(self->locals); ++i)
     {
-        if (!OPTS_OPTIMIZATION(OPTIM_LOCALTEMPS))
+        if (!OPTS_OPTIMIZATION(OPTIM_LOCAL_TEMPS))
             self->locals[i]->unique_life = true;
         if (!function_allocator_alloc(&alloc, self->locals[i]))
             goto error;