From: Richard Sandiford Date: Thu, 7 Oct 2004 06:41:25 +0000 (+0000) Subject: re PR target/17770 (No NOP after LWL with -mips1) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac6b57e5ecd517915dad2816e7cd92b6f6aa38ab;p=gcc.git 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 --- 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")