diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index d71a6ae8a82..98be2d0565d 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1567,7 +1567,6 @@ extern const char * insn_file PARAMS ((rtx)); extern int prologue_locator, epilogue_locator; /* In jump.c */ -extern rtx next_nondeleted_insn PARAMS ((rtx)); extern enum rtx_code reverse_condition PARAMS ((enum rtx_code)); extern enum rtx_code reverse_condition_maybe_unordered PARAMS ((enum rtx_code)); extern enum rtx_code swap_condition PARAMS ((enum rtx_code)); |