X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ir.h;h=e3b4fbdea62b30dd84809105fb40272f82125da2;hp=3b063b604cb2a7d0b890192438f03f9a9a41e1c3;hb=90f190f5e19c1981280eedb37b9439cd9542372d;hpb=566c17a964ee573ede4ac00abeed51ca60c15c4e diff --git a/ir.h b/ir.h index 3b063b6..e3b4fbd 100644 --- a/ir.h +++ b/ir.h @@ -150,7 +150,7 @@ struct ir_block { ir_instr **m_instr = nullptr; std::vector m_entries; - ir_block **m_exits = nullptr; + std::vector m_exits; std::vector m_living; /* For the temp-allocation */