Commit b50b729d by Richard Henderson Committed by Richard Henderson

bb-reorder.c (fix_crossing_unconditional_branches): Use Pmode for LABEL_REFs.

        * bb-reorder.c (fix_crossing_unconditional_branches): Use Pmode
        for LABEL_REFs.

From-SVN: r80667
parent 9532c14f
2004-03-13 Richard Henderson <rth@redhat.com>
* bb-reorder.c (fix_crossing_unconditional_branches): Use Pmode
for LABEL_REFs.
2004-04-13 Ulrich Weigand <uweigand@de.ibm.com>
* reload1.c (emit_reload_insns): Set reg_has_output_reload to one
......
......@@ -1771,7 +1771,7 @@ fix_crossing_unconditional_branches (void)
reference of label, as target for jump. */
label = JUMP_LABEL (last_insn);
label_addr = gen_rtx_LABEL_REF (VOIDmode, label);
label_addr = gen_rtx_LABEL_REF (Pmode, label);
LABEL_NUSES (label) += 1;
/* Get a register to use for the indirect jump. */
......
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