aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-06-25 03:45:13 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-25 03:45:13 +0000
commite5b0e711e87da60282d32ee364bfc9ca77fa6360 (patch)
treec2b021a4a8de95063140b929ef51eba3db07fa55 /gcc/rtl.h
parentb9ba01a11f30733eb45554f8820d4084724d308c (diff)
downloadgcc-e5b0e711e87da60282d32ee364bfc9ca77fa6360.zip
gcc-e5b0e711e87da60282d32ee364bfc9ca77fa6360.tar.gz
gcc-e5b0e711e87da60282d32ee364bfc9ca77fa6360.tar.bz2
jump.c (next_nondeleted_insn): Remove.
* jump.c (next_nondeleted_insn): Remove. * rtl.h: Remove the prototype for next_nondeleted_insn. From-SVN: r68453
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index d71a6ae..98be2d0 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));