OSDN Git Service

* dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jun 2011 14:21:06 +0000 (14:21 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jun 2011 14:21:06 +0000 (14:21 +0000)
base_type_for_mode with op_mode instead of mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174527 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/dwarf2out.c

index 888c7e2..6ff07a3 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 464de16..14eec3a 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)