]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
Lifetime analysis: Don't go through the blocks as a graph, instead, go through only...
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index a15607c3ac0a72ec7427e2b3cc79edc63104af97..bce85f4fb5e09fd1da578266707158698801b37b 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -175,7 +175,6 @@ typedef struct ir_block_s
     size_t entry_id;
     size_t eid;
     bool   is_return;
-    size_t run_id;
 
     struct ir_function_s *owner;