]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.c
make ast_function_label also work when -dumpfin is used instead of -dump
[xonotic/gmqcc.git] / ir.c
diff --git a/ir.c b/ir.c
index c1e116ad80811553ea8430207073af2c9d3cc5e1..e0eee379b032c9f77f51e114f2ba8326c44f5c93 100644 (file)
--- 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;