On 04/20/2016 08:22 AM, tbsaunde+...@tbsaunde.org wrote:
-  rtx_insn_list *merged_insns = 0;
+  auto_vec<std::pair<rtx_insn *, bool>, 10> merged_insns;

I see Jeff has already acked this, but some of the expressions here are getting unwieldy. can we maybe shorten some of this using typedefs?


Bernd

Reply via email to