1 /* { dg-do compile } */
2 /* { dg-options "-finline-functions" } */
4 int k1
, k2
, k3
, k4
, k5
, k6
, k7
, k8
;
6 void set_first_insn (int);
7 void set_last_insn (void);
9 static int make_insn_raw (void)
16 static void add_insn_after (void)
25 void emit_pattern_after_noloc (int (make_raw
) (void))
34 void emit_insn_after_noloc (void)
36 emit_pattern_after_noloc (make_insn_raw
);
39 void emit_debug_insn_before_setloc (int k9
)