diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-07-14 08:49:30 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-07-14 08:49:30 +0000 |
commit | 96985307d9b385a5fbe1ca7fd0f68e715e167c25 (patch) | |
tree | ba38dde851194462647bd207c894c61e65580fcd /gcc/expmed.c | |
parent | e7407dec26fd01951b5711768b10a2b1befab12f (diff) | |
download | gcc-96985307d9b385a5fbe1ca7fd0f68e715e167c25.zip gcc-96985307d9b385a5fbe1ca7fd0f68e715e167c25.tar.gz gcc-96985307d9b385a5fbe1ca7fd0f68e715e167c25.tar.bz2 |
expmed.c: Remove more references to QUEUED in the comments.
2004-07-14 Paolo Bonzini <bonzini@gnu.org>
* expmed.c: Remove more references to QUEUED in the comments.
* expr.c: Likewise.
From-SVN: r84678
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 08a8863..45d87f6 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. |