From 4db92e9a2c33c4b4617571c5053981dbd9da21b3 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 19 Oct 1993 19:40:24 -0400 Subject: [PATCH] (immed_double_const): Clarify tombstone comment. From-SVN: r5816 --- gcc/varasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/varasm.c b/gcc/varasm.c index 455adcdd4c0..1e004e7a945 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. */ -- 2.30.2