From ac6b57e5ecd517915dad2816e7cd92b6f6aa38ab Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 7 Oct 2004 06:41:25 +0000 Subject: [PATCH] re PR target/17770 (No NOP after LWL with -mips1) PR target/17770 * config/mips/mips.md (mov_l): Remove hazard=none attribute. From-SVN: r88670 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/mips.md | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b8acfbec67..22a410aec5f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-07 Richard Sandiford + + PR target/17770 + * config/mips/mips.md (mov_l): Remove hazard=none attribute. + 2004-10-07 Zdenek Dvorak PR rtl-optimization/17791 diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 70428ae78ed..3bcc72a6f90 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -2828,8 +2828,7 @@ beq\t%2,%.,1b\;\ "!TARGET_MIPS16" "l\t%0,%2" [(set_attr "type" "load") - (set_attr "mode" "") - (set_attr "hazard" "none")]) + (set_attr "mode" "")]) (define_insn "mov_r" [(set (match_operand:GPR 0 "register_operand" "=d") -- 2.30.2