aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-25 02:23:57 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-25 02:23:57 +0000
commitcba9e10abbeccd3d3b9839ab6df5e187077c5bcb (patch)
tree346d0fa09cb3984cd375397dedd3f08f8e59a524 /gcc/rtl.h
parentd3d9a67f7e1805ab7493498c4baf864c891d513f (diff)
downloadgcc-cba9e10abbeccd3d3b9839ab6df5e187077c5bcb.zip
gcc-cba9e10abbeccd3d3b9839ab6df5e187077c5bcb.tar.gz
gcc-cba9e10abbeccd3d3b9839ab6df5e187077c5bcb.tar.bz2
emit-rtl.c (reverse_comparison): Remove.
* emit-rtl.c (reverse_comparison): Remove. * rtl.h: Remove the corresponding prototype. From-SVN: r97032
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 0d507cc..ae31db4 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1942,7 +1942,6 @@ extern void init_emit (void);
extern void init_emit_once (int);
extern void push_topmost_sequence (void);
extern void pop_topmost_sequence (void);
-extern void reverse_comparison (rtx);
extern void set_new_first_and_last_insn (rtx, rtx);
extern void unshare_all_rtl (void);
extern void unshare_all_rtl_again (rtx);