dwarf2out.c (mem_loc_descriptor): Call base_type_for_mode with op_mode instead of mode.

* dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
	base_type_for_mode with op_mode instead of mode.

From-SVN: r174527
This commit is contained in:
Jakub Jelinek 2011-06-01 16:21:06 +02:00 committed by Jakub Jelinek
parent 572070efe3
commit a78d13c3e8
2 changed files with 6 additions and 1 deletions

View 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

View 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)