diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-14 08:49:30 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-14 08:49:30 +0000 |
commit | 65503b9da1106a31df73c219e63131298cacfe35 (patch) | |
tree | ba38dde851194462647bd207c894c61e65580fcd /gcc/expmed.c | |
parent | ddb997f4d995ff7aa21c7a69362e1b6ce645bbb0 (diff) | |
download | gcc-65503b9da1106a31df73c219e63131298cacfe35.tar.gz |
2004-07-14 Paolo Bonzini <bonzini@gnu.org>
* expmed.c: Remove more references to QUEUED in the comments.
* expr.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84678 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r-- | gcc/expmed.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index 08a8863d567..45d87f662fb 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -1050,7 +1050,6 @@ store_split_bit_field (rtx op0, unsigned HOST_WIDE_INT bitsize, containing BITSIZE bits, starting at BITNUM, and put it in TARGET if possible (if TARGET is nonzero). Regardless of TARGET, we return the rtx for where the value is placed. - It may be a QUEUED. STR_RTX is the structure containing the byte (a REG or MEM). UNSIGNEDP is nonzero if this is an unsigned bit field. |