aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-04 06:12:54 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-04 06:12:54 +0000
commita2a8cc44e94f866649f05b8c68b82d36a71f1a5a (patch)
tree763fd168a4e83cbf18b4e87455b7eb2ea89cb2f1 /gcc/rtl.h
parentf61c92c3908acaeb636aee8c0271339d3e9ec291 (diff)
downloadgcc-a2a8cc44e94f866649f05b8c68b82d36a71f1a5a.zip
gcc-a2a8cc44e94f866649f05b8c68b82d36a71f1a5a.tar.gz
gcc-a2a8cc44e94f866649f05b8c68b82d36a71f1a5a.tar.bz2
emit-rtl.c (gen_rtx): Remove.
* emit-rtl.c (gen_rtx): Remove. * genattrtab.c: Don't mention gen_rtx in a comment. * rtl.h: Remove the prototype for gen_rtx. * doc/md.texi: Replace gen_rtx with gen_rtx_REG. From-SVN: r77224
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 8cb4e1b..13fd72b 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1445,7 +1445,6 @@ extern rtx plus_constant_for_output_wide (rtx, HOST_WIDE_INT);
extern void optimize_save_area_alloca (rtx);
/* In emit-rtl.c */
-extern rtx gen_rtx (enum rtx_code, enum machine_mode, ...);
extern rtvec gen_rtvec (int, ...);
extern rtx copy_insn_1 (rtx);
extern rtx copy_insn (rtx);
@@ -1874,8 +1873,7 @@ extern GTY(()) rtx return_address_pointer_rtx;
/* There are some RTL codes that require special attention; the
generation functions included above do the raw handling. If you
- add to this list, modify special_rtx in gengenrtl.c as well. You
- should also modify gen_rtx to use the special function. */
+ add to this list, modify special_rtx in gengenrtl.c as well. */
extern rtx gen_rtx_CONST_INT (enum machine_mode, HOST_WIDE_INT);
extern rtx gen_rtx_CONST_VECTOR (enum machine_mode, rtvec);