diff options
author | Mark Mitchell <mark@markmitchell.com> | 1998-06-29 09:44:08 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1998-06-29 09:44:08 +0000 |
commit | b4213325af3b16b1295ea1157a95deb4ef5dd61b (patch) | |
tree | 1c30692654c730df4cdb09e5ec5da13cb9d0766d /gcc/rtl.h | |
parent | f6b58e7decb2ec1572367cb9be2754d6e09172b4 (diff) | |
download | gcc-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)); |