dwarf2out.c (mem_loc_descriptor): Call base_type_for_mode with op_mode instead of...
authorJakub Jelinek <jakub@redhat.com>
Wed, 1 Jun 2011 14:21:06 +0000 (16:21 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 1 Jun 2011 14:21:06 +0000 (16:21 +0200)
* dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
base_type_for_mode with op_mode instead of mode.

From-SVN: r174527

gcc/ChangeLog
gcc/dwarf2out.c

index 888c7e247f16a4355fdc71f198612f72cf7f52d2..6ff07a34c14178eea1cd446167b1ea0fb59d3965 100644 (file)
@@ -1,3 +1,8 @@
+2011-06-01  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
+       base_type_for_mode with op_mode instead of mode.
+
 2011-06-01  Paul Brook  <paul@cpodesourcery.com>
 
        * config/arm/arm-cores.def: Add cortex-r5.  Add DIV flags to
index 464de166f37ec9e15f52851961b65c4d43985e13..14eec3a084b0cf91c14829768bc9e81e06a594e0 100644 (file)
@@ -14685,7 +14685,7 @@ mem_loc_descriptor (rtx rtl, enum machine_mode mode,
          }
        else
          {
-           dw_die_ref type_die = base_type_for_mode (mode, 1);
+           dw_die_ref type_die = base_type_for_mode (op_mode, 1);
            dw_loc_descr_ref cvt;
 
            if (type_die == NULL)