X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ir.h;fp=ir.h;h=4f40048c2a5594a2b66ac54aa7d629475a7f854a;hp=e3b4fbdea62b30dd84809105fb40272f82125da2;hb=95d232ca7285b49ce1bdccbe81c2c444c68e1c4d;hpb=90f190f5e19c1981280eedb37b9439cd9542372d diff --git a/ir.h b/ir.h index e3b4fbd..4f40048 100644 --- a/ir.h +++ b/ir.h @@ -148,7 +148,7 @@ struct ir_block { lex_ctx_t m_context; bool m_final = false; /* once a jump is added we're done */ - ir_instr **m_instr = nullptr; + std::vector m_instr; std::vector m_entries; std::vector m_exits; std::vector m_living;