* rtl.def (CONST_DOUBLE): Update comment.
authorJosef Zlomek <zlomekj@suse.cz>
Sun, 1 Jun 2003 14:42:42 +0000 (16:42 +0200)
committerJosef Zlomek <zlomek@gcc.gnu.org>
Sun, 1 Jun 2003 14:42:42 +0000 (14:42 +0000)
From-SVN: r67293

gcc/ChangeLog
gcc/rtl.def

index 80ead404889687d17f06cdbec9f728801c408153..2b7e02f3eace04e7b38b3b564934e679a6b7bb80 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-01  Josef Zlomek  <zlomekj@suse.cz>
+
+       * rtl.def (CONST_DOUBLE): Update comment.
+
 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
 
        * opts.sh: Remove path from sort.
index 86d8317d925554b5f16b200b5271d6462f7923e8..6fc29b77ccd6e6f52cdf76375dadb0d19fd23387 100644 (file)
@@ -779,10 +779,8 @@ DEF_RTL_EXPR(RESX, "resx", "i", 'x')
 DEF_RTL_EXPR(CONST_INT, "const_int", "w", 'o')
 
 /* numeric floating point constant.
-   Operand 0 ('0') is a chain of all CONST_DOUBLEs in use in the
-   current function.
-   Remaining operands hold the actual value.  They are all 'w' and
-   there may be from 1 to 4; see rtl.c.  */
+   Operands hold the value.  They are all 'w' and there may be from 2 to 6;
+   see real.h.  */
 DEF_RTL_EXPR(CONST_DOUBLE, "const_double", CONST_DOUBLE_FORMAT, 'o')
 
 /* Describes a vector constant.  */