diff options
author | Geoffrey Keating <geoffk@apple.com> | 2004-01-06 20:06:12 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2004-01-06 20:06:12 +0000 |
commit | 64d961b859f8a477a4c2c81624cf44db0f2daefe (patch) | |
tree | 016c7332cb5011f5c09d16abf06a1dd3f46e14d1 /gcc/dwarf2out.c | |
parent | 72b385617a4c45f7fb10f5fb423f211ecefbbadf (diff) | |
download | gcc-64d961b859f8a477a4c2c81624cf44db0f2daefe.zip gcc-64d961b859f8a477a4c2c81624cf44db0f2daefe.tar.gz gcc-64d961b859f8a477a4c2c81624cf44db0f2daefe.tar.bz2 |
* dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
From-SVN: r75483
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 60177f1..cfced5e 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -9109,11 +9109,6 @@ add_const_value_attribute (dw_die_ref die, rtx rtl) switch (GET_CODE (rtl)) { case CONST_INT: - /* Note that a CONST_INT rtx could represent either an integer - or a floating-point constant. A CONST_INT is used whenever - the constant will fit into a single word. In all such - cases, the original mode of the constant value is wiped - out, and the CONST_INT rtx is assigned VOIDmode. */ { HOST_WIDE_INT val = INTVAL (rtl); |