X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ir.h;h=3b063b604cb2a7d0b890192438f03f9a9a41e1c3;hp=fe07198ab5cc0c8798606d718b90b415647f242a;hb=566c17a964ee573ede4ac00abeed51ca60c15c4e;hpb=a5636899f24251bf08125c99b14b16030f978d4f diff --git a/ir.h b/ir.h index fe07198..3b063b6 100644 --- a/ir.h +++ b/ir.h @@ -149,7 +149,7 @@ struct ir_block { bool m_final = false; /* once a jump is added we're done */ ir_instr **m_instr = nullptr; - ir_block **m_entries = nullptr; + std::vector m_entries; ir_block **m_exits = nullptr; std::vector m_living;