Commit 75735872 by Richard Henderson Committed by Richard Henderson

dwarf2out.c (mem_loc_descriptor): Use XEXP, not SUBREG_REG, with auto-inc codes.

        * dwarf2out.c (mem_loc_descriptor): Use XEXP, not SUBREG_REG,
        with auto-inc codes.

From-SVN: r102640
parent 5671655e
2005-08-01 Richard Henderson <rth@redhat.com>
* dwarf2out.c (mem_loc_descriptor): Use XEXP, not SUBREG_REG,
with auto-inc codes.
* config/alpha/predicates.md (and_operand): Test mode of CONST_DOUBLE.
2005-08-01 Jan Hubicka <jh@suse.cz>
......
......@@ -8640,7 +8640,7 @@ mem_loc_descriptor (rtx rtl, enum machine_mode mode, bool can_use_fbreg)
up an entire register. For now, just assume that it is
legitimate to make the Dwarf info refer to the whole register which
contains the given subreg. */
rtl = SUBREG_REG (rtl);
rtl = XEXP (rtl, 0);
/* ... fall through ... */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment