summaryrefslogtreecommitdiff
path: root/gcc/rtl.def
diff options
context:
space:
mode:
authorzlomek <zlomek@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-01 14:42:42 +0000
committerzlomek <zlomek@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-01 14:42:42 +0000
commitaa62b4aaddb03ea6ed21469f3c7508aa29e9a645 (patch)
tree97d18d709e119c77309aebb1e4a853d7dfa8729e /gcc/rtl.def
parent2581c86f277e3f8c7d61ec0b510f5640bb1cf27d (diff)
downloadgcc-aa62b4aaddb03ea6ed21469f3c7508aa29e9a645.tar.gz
* rtl.def (CONST_DOUBLE): Update comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67293 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r--gcc/rtl.def6
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def
index 86d8317d925..6fc29b77ccd 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. */