Commit ac6b57e5 by Richard Sandiford Committed by Richard Sandiford

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
parent a82bbcbb
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
......
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment