mirror of git://gcc.gnu.org/git/gcc.git
re PR target/52501 (cr16-protos.h uses enum rtx_code outside #ifdef RTX_CODE guard)
PR target/52501
* config/cr16/cr16-protos.h: Move end of RTX_CODE guard below end
of prologue/epilogue functions.
From-SVN: r196287
This commit is contained in:
parent
e13a0ccb04
commit
fbe4f171a7
|
|
@ -9,6 +9,10 @@
|
|||
* config/c6x/c6x.c (dbx_register_map): Change to unsigned.
|
||||
* config/c6x/c6x.h (dbx_register_map): Update declaration.
|
||||
|
||||
PR target/52501
|
||||
* config/cr16/cr16-protos.h: Move end of RTX_CODE guard below end
|
||||
of prologue/epilogue functions.
|
||||
|
||||
2013-02-26 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR tree-optimization/56426
|
||||
|
|
|
|||
|
|
@ -83,8 +83,6 @@ extern int cr16_const_double_ok (rtx op);
|
|||
extern int legitimate_pic_operand_p (rtx);
|
||||
extern rtx legitimize_pic_address (rtx, enum machine_mode, rtx);
|
||||
|
||||
#endif /* RTX_CODE. */
|
||||
|
||||
|
||||
/* Prologue/Epilogue functions. */
|
||||
extern int cr16_initial_elimination_offset (int, int);
|
||||
|
|
@ -94,6 +92,8 @@ extern void cr16_expand_epilogue (void);
|
|||
extern const char *cr16_emit_add_sub_di (rtx *, enum rtx_code);
|
||||
extern const char *cr16_emit_logical_di (rtx *, enum rtx_code);
|
||||
|
||||
#endif /* RTX_CODE. */
|
||||
|
||||
/* Handling the "interrupt" attribute. */
|
||||
extern int cr16_interrupt_function_p (void);
|
||||
extern bool cr16_is_data_model (enum data_model_type);
|
||||
|
|
|
|||
Loading…
Reference in New Issue