* config/arm/arm.c (emit_unlikely_jump): Remove unused var.
From-SVN: r250299
This commit is contained in:
parent
f9bfe3f57e
commit
4169392a24
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2017-07-18 Bin Cheng <bin.cheng@arm.com>
|
||||
|
||||
* config/arm/arm.c (emit_unlikely_jump): Remove unused var.
|
||||
|
||||
2017-07-18 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/80620
|
||||
|
|
|
@ -28268,8 +28268,6 @@ arm_emit_store_exclusive (machine_mode mode, rtx bval, rtx rval,
|
|||
static void
|
||||
emit_unlikely_jump (rtx insn)
|
||||
{
|
||||
int very_unlikely = REG_BR_PROB_BASE / 100 - 1;
|
||||
|
||||
rtx_insn *jump = emit_jump_insn (insn);
|
||||
add_reg_br_prob_note (jump, profile_probability::very_unlikely ());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue