X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=ir.c;h=e0eee379b032c9f77f51e114f2ba8326c44f5c93;hb=ba9217e57645a193e1e289f97d17570c03089782;hp=c1e116ad80811553ea8430207073af2c9d3cc5e1;hpb=42135f1322fe061d7f86f935cea8b24df57fb57d;p=xonotic%2Fgmqcc.git diff --git a/ir.c b/ir.c index c1e116a..e0eee37 100644 --- a/ir.c +++ b/ir.c @@ -542,7 +542,6 @@ bool ir_function_finalize(ir_function *self) if (!ir_function_calculate_liferanges(self)) return false; - if (!ir_function_allocate_locals(self)) return false; return true;