From: Geoffrey Keating Date: Tue, 6 Jan 2004 20:06:12 +0000 (+0000) Subject: * dwarf2out.c (add_const_value_attribute): Remove incorrect comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64d961b859f8a477a4c2c81624cf44db0f2daefe;p=gcc.git * dwarf2out.c (add_const_value_attribute): Remove incorrect comment. From-SVN: r75483 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d11ef7127f..502d65be27b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-01-06 Geoffrey Keating + + * dwarf2out.c (add_const_value_attribute): Remove incorrect comment. + 2004-01-06 David Edelsohn * config/rs6000/xcoff.h (EXTRA_SECTION_FUNCTIONS): Split each diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 60177f1c515..cfced5edf8e 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);