* dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
authorGeoffrey Keating <geoffk@apple.com>
Tue, 6 Jan 2004 20:06:12 +0000 (20:06 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 6 Jan 2004 20:06:12 +0000 (20:06 +0000)
From-SVN: r75483

gcc/ChangeLog
gcc/dwarf2out.c

index 9d11ef7127f62fc8eb83dfa47301a4a123491e6a..502d65be27bf9096e050de2176a7cb4640c212ec 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-06  Geoffrey Keating  <geoffk@apple.com>
+
+       * dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
+
 2004-01-06  David Edelsohn  <edelsohn@gnu.org>
 
        * config/rs6000/xcoff.h (EXTRA_SECTION_FUNCTIONS): Split each
index 60177f1c5151d9eaa284db796e67185940bea823..cfced5edf8efbc2f3ce41427552d6267931a1048 100644 (file)
@@ -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);