diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-19 19:40:24 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-19 19:40:24 -0400 |
commit | 4db92e9a2c33c4b4617571c5053981dbd9da21b3 (patch) | |
tree | 5c6ca7a3845b9c37ce1ca062afe2f16be05f4d2c /gcc | |
parent | d721b77656efcaf059a1cb7c3b703910b67bacd3 (diff) | |
download | gcc-4db92e9a2c33c4b4617571c5053981dbd9da21b3.zip gcc-4db92e9a2c33c4b4617571c5053981dbd9da21b3.tar.gz gcc-4db92e9a2c33c4b4617571c5053981dbd9da21b3.tar.bz2 |
(immed_double_const): Clarify tombstone comment.
From-SVN: r5816
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/varasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index 455adcd..1e004e7 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -1665,7 +1665,7 @@ assemble_real (d, mode) static rtx const_double_chain; -/* Return a CONST_DOUBLE for a value specified as a pair of ints. +/* Return a CONST_DOUBLE or CONST_INT for a value specified as a pair of ints. For an integer, I0 is the low-order word and I1 is the high-order word. For a real number, I0 is the word with the low address and I1 is the word with the high address. */ |