Commit 0f5cddbd by Jeff Law

pa.c (pa_reorg): Bump label use count for each entry in an exploded ADDR_VEC

	* pa.c (pa_reorg): Bump label use count for each entry in an
	exploded ADDR_VEC

From-SVN: r9343
parent dee6d39e
......@@ -4455,6 +4455,7 @@ pa_reorg (insns)
tmp = gen_switch_jump (XEXP (XVECEXP (pattern, 0, i), 0));
tmp = emit_jump_insn_after (tmp, location);
JUMP_LABEL (tmp) = XEXP (XVECEXP (pattern, 0, i), 0);
LABEL_NUSES (JUMP_LABEL (tmp))++;
/* Emit a BARRIER after the jump. */
location = NEXT_INSN (location);
......
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