Adjust placement of protoype for tablejump_casesi_pattern

So it appears next to the prototype of tablejump_p, matching
the definition placement in rtlanal.c.

From-SVN: r274378
This commit is contained in:
Olivier Hainque 2019-08-13 11:16:18 +00:00 committed by Olivier Hainque
parent 3010ee5514
commit 681b88eb65
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-08-13 Olivier Hainque <hainque@adacore.com>
* rtl.h (tablejump_casesi_pattern): Move declaration to proper spot.
2019-08-13 Olivier Hainque <hainque@adacore.com>
* rtlanal.c (tablejump_casesi_pattern): New function, to

View File

@ -2945,7 +2945,6 @@ extern rtvec shallow_copy_rtvec (rtvec);
extern bool shared_const_p (const_rtx);
extern rtx copy_rtx (rtx);
extern enum rtx_code classify_insn (rtx);
extern rtx tablejump_casesi_pattern (const rtx_insn *insn);
extern void dump_rtx_statistics (void);
/* In emit-rtl.c */
@ -3482,6 +3481,7 @@ extern void replace_label (rtx *, rtx, rtx, bool);
extern void replace_label_in_insn (rtx_insn *, rtx_insn *, rtx_insn *, bool);
extern bool rtx_referenced_p (const_rtx, const_rtx);
extern bool tablejump_p (const rtx_insn *, rtx_insn **, rtx_jump_table_data **);
extern rtx tablejump_casesi_pattern (const rtx_insn *insn);
extern int computed_jump_p (const rtx_insn *);
extern bool tls_referenced_p (const_rtx);
extern bool contains_mem_rtx_p (rtx x);