aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-10-19 19:40:24 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-10-19 19:40:24 -0400
commit4db92e9a2c33c4b4617571c5053981dbd9da21b3 (patch)
tree5c6ca7a3845b9c37ce1ca062afe2f16be05f4d2c
parentd721b77656efcaf059a1cb7c3b703910b67bacd3 (diff)
downloadgcc-4db92e9a2c33c4b4617571c5053981dbd9da21b3.zip
gcc-4db92e9a2c33c4b4617571c5053981dbd9da21b3.tar.gz
gcc-4db92e9a2c33c4b4617571c5053981dbd9da21b3.tar.bz2
(immed_double_const): Clarify tombstone comment.
From-SVN: r5816
-rw-r--r--gcc/varasm.c2
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. */