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
This commit is contained in:
Richard Henderson 2004-04-13 16:30:24 -07:00 committed by Richard Henderson
parent 9532c14fb5
commit b50b729d4d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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. */