]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
'likely' hint for IFs
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index 06efa5b21600264a8c29399f37a94ead961b8030..bb26cff2ae2f8c0ed31ae2bc258dd896532860ce 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -133,6 +133,9 @@ typedef struct ir_instr_s
     /* For the temp-allocation */
     size_t eid;
 
+    /* For IFs */
+    bool   likely;
+
     struct ir_block_s *owner;
 } ir_instr;