aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2005-03-31 14:59:59 +0000
committerCaroline Tice <ctice@apple.com>2005-03-31 14:59:59 +0000
commit0d5e2070e13495cb413449c12932f8b6d10a3c5d (patch)
treeade60c4c4ed198b0036370e03ebd3a1f64ee4817 /gcc/reg-stack.c
parent910eabcd395ba1e558d322c2dee26b2f5b83b10a (diff)
Fix problems with hot/cold partitioning optimization.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@97322 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r--gcc/reg-stack.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c
index 6f58341ba27..f126d98461b 100644
--- a/gcc/reg-stack.c
+++ b/gcc/reg-stack.c
@@ -931,8 +931,6 @@ emit_swap_insn (rtx insn, stack regstack, rtx reg)
if (LABEL_P (tmp)
|| CALL_P (tmp)
|| NOTE_INSN_BASIC_BLOCK_P (tmp)
- || (NOTE_P (tmp)
- && NOTE_LINE_NUMBER (tmp) == NOTE_INSN_UNLIKELY_EXECUTED_CODE)
|| (NONJUMP_INSN_P (tmp)
&& stack_regs_mentioned (tmp)))
{