Commit 4db92e9a by Richard Kenner

(immed_double_const): Clarify tombstone comment.

From-SVN: r5816
parent d721b776
...@@ -1665,7 +1665,7 @@ assemble_real (d, mode) ...@@ -1665,7 +1665,7 @@ assemble_real (d, mode)
static rtx const_double_chain; 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 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 For a real number, I0 is the word with the low address
and I1 is the word with the high address. */ and I1 is the word with the high address. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment