summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-23 05:25:26 +0000
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-23 05:25:26 +0000
commit0b2730a71131058db21cb7b47a293a32e4fadc5f (patch)
tree4cbf18ede950716c7f990b98ee1775e2f483d2e6 /gcc/rtl.h
parente8358412584e6ad6a9c8f68ffde7ddb1430e2afe (diff)
downloadgcc-0b2730a71131058db21cb7b47a293a32e4fadc5f.tar.gz
* rtl.h (CONST_DOUBLE): Fix comment, a CONST_DOUBLE holds an
integer when it's mode is VOIDmode not DImode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98603 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index bbbc6cac572..c613cba6916 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -915,7 +915,7 @@ enum label_kind
#define INTVAL(RTX) XCWINT(RTX, 0, CONST_INT)
/* For a CONST_DOUBLE:
- For a DImode, there are two integers CONST_DOUBLE_LOW is the
+ For a VOIDmode, there are two integers CONST_DOUBLE_LOW is the
low-order word and ..._HIGH the high-order.
For a float, there is a REAL_VALUE_TYPE structure, and
CONST_DOUBLE_REAL_VALUE(r) is a pointer to it. */