From 43194145177a029d4f0a1e958b4a9d1baeeaf0a0 Mon Sep 17 00:00:00 2001 From: Josef Zlomek Date: Sun, 1 Jun 2003 16:42:42 +0200 Subject: [PATCH] * rtl.def (CONST_DOUBLE): Update comment. From-SVN: r67293 --- gcc/ChangeLog | 4 ++++ gcc/rtl.def | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 80ead40..2b7e02f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-01 Josef Zlomek + + * rtl.def (CONST_DOUBLE): Update comment. + 2003-06-01 Neil Booth * opts.sh: Remove path from sort. diff --git a/gcc/rtl.def b/gcc/rtl.def index 86d8317..6fc29b7 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -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. */ -- 2.7.4