aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@markmitchell.com>1998-06-29 09:44:08 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1998-06-29 09:44:08 +0000
commitb4213325af3b16b1295ea1157a95deb4ef5dd61b (patch)
tree1c30692654c730df4cdb09e5ec5da13cb9d0766d /gcc/rtl.h
parentf6b58e7decb2ec1572367cb9be2754d6e09172b4 (diff)
downloadgcc-b4213325af3b16b1295ea1157a95deb4ef5dd61b.zip
gcc-b4213325af3b16b1295ea1157a95deb4ef5dd61b.tar.gz
gcc-b4213325af3b16b1295ea1157a95deb4ef5dd61b.tar.bz2
rtl.h: Update comment about special gen_rtx variants.
* rtl.h: Update comment about special gen_rtx variants. * emit-rtl.c (gen_rtx): Handle MEMs using gen_rtx_MEM. From-SVN: r20789
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index d281cbef2..e7bc804 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1070,7 +1070,8 @@ extern rtx static_chain_incoming_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. */
+ add to this list, modify special_rtx in gengenrtl.c as well. You
+ should also modify gen_rtx to use the special function. */
extern rtx gen_rtx_CONST_INT PROTO((enum machine_mode, HOST_WIDE_INT));
extern rtx gen_rtx_REG PROTO((enum machine_mode, int));