re PR target/17770 (No NOP after LWL with -mips1)
authorRichard Sandiford <rsandifo@redhat.com>
Thu, 7 Oct 2004 06:41:25 +0000 (06:41 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 7 Oct 2004 06:41:25 +0000 (06:41 +0000)
PR target/17770
* config/mips/mips.md (mov_<load>l): Remove hazard=none attribute.

From-SVN: r88670

gcc/ChangeLog
gcc/config/mips/mips.md

index 3b8acfb..22a410a 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-07  Richard Sandiford  <rsandifo@redhat.com>
+
+       PR target/17770
+       * config/mips/mips.md (mov_<load>l): Remove hazard=none attribute.
+
 2004-10-07  Zdenek Dvorak  <dvorakz@suse.cz>
 
        PR rtl-optimization/17791
index 70428ae..3bcc72a 100644 (file)
@@ -2828,8 +2828,7 @@ beq\t%2,%.,1b\;\
   "!TARGET_MIPS16"
   "<load>l\t%0,%2"
   [(set_attr "type" "load")
-   (set_attr "mode" "<MODE>")
-   (set_attr "hazard" "none")])
+   (set_attr "mode" "<MODE>")])
 
 (define_insn "mov_<load>r"
   [(set (match_operand:GPR 0 "register_operand" "=d")