diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-09 17:46:06 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-09 17:46:06 +0000 |
commit | 4488cd95f313aaa446f06dea2e84bb8fde2bb36f (patch) | |
tree | 13879adff1465931f0d9a533c8aa1fdb4749749b /gcc/rtl.h | |
parent | e65fca8ad555acab7a8516a7f8b64434563602b2 (diff) | |
download | gcc-4488cd95f313aaa446f06dea2e84bb8fde2bb36f.tar.gz |
* emit-rtl.c (copy_most_rtx): Remove.
* rtl.h: Remove the corresponding prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90356 138bc75d-0d04-0410-961f-82ee72b054a4
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 766cebebd60..d85c4bd8639 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1387,7 +1387,6 @@ extern void dump_rtx_statistics (void); extern rtx copy_rtx_if_shared (rtx); /* In rtl.c */ -extern rtx copy_most_rtx (rtx, rtx); extern rtx shallow_copy_rtx_stat (rtx MEM_STAT_DECL); #define shallow_copy_rtx(a) shallow_copy_rtx_stat (a MEM_STAT_INFO) extern int rtx_equal_p (rtx, rtx); |