re PR target/17770 (No NOP after LWL with -mips1)

PR target/17770
	* config/mips/mips.md (mov_<load>l): Remove hazard=none attribute.

From-SVN: r88670
This commit is contained in:
Richard Sandiford 2004-10-07 06:41:25 +00:00 committed by Richard Sandiford
parent a82bbcbbbe
commit ac6b57e5ec
2 changed files with 6 additions and 2 deletions

View 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

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