* config/ia64/ia64.c (ia64_emit_insn_before): Fix prototype.
From-SVN: r242785
This commit is contained in:
parent
5774b1fa53
commit
017fdefeb3
@ -1,3 +1,7 @@
|
||||
2016-11-23 Jeff Law <law@redhat.com>
|
||||
|
||||
* config/ia64/ia64.c (ia64_emit_insn_before): Fix prototype.
|
||||
|
||||
2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
|
||||
|
||||
PR target/63250
|
||||
|
@ -7138,7 +7138,7 @@ static char mem_ops_in_group[4];
|
||||
static int current_cycle;
|
||||
|
||||
static rtx ia64_single_set (rtx_insn *);
|
||||
static void ia64_emit_insn_before (rtx, rtx);
|
||||
static void ia64_emit_insn_before (rtx, rtx_insn *);
|
||||
|
||||
/* Map a bundle number to its pseudo-op. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user