/* Specify a new insn as the first in the chain. */ static inline void set_first_insn (rtx_insn *insn) { gcc_checking_assert (!insn || !PREV_INSN (insn)); get_current_sequence ()->first = insn; }