OSDN Git Service

PR target/17770
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 2004 06:41:25 +0000 (06:41 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 2004 06:41:25 +0000 (06:41 +0000)
* config/mips/mips.md (mov_<load>l): Remove hazard=none attribute.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88670 138bc75d-0d04-0410-961f-82ee72b054a4

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")