Commit efc526c1 by Doug Evans

(movsi matcher): Fix typo in type attribute.

From-SVN: r9649
parent 0da8af8f
...@@ -2071,7 +2071,7 @@ ...@@ -2071,7 +2071,7 @@
(ior (eq_attr "alternative" "5") (ior (eq_attr "alternative" "5")
(eq_attr "alternative" "6")) (const_int 16)] (eq_attr "alternative" "6")) (const_int 16)]
(const_int 4))) (const_int 4)))
(set_attr "type" "load,load,*,*,store1,*,*,*")]) (set_attr "type" "load,load,*,*,store1,*,*")])
(define_split (define_split
[(set (match_operand:SI 0 "s_register_operand" "") [(set (match_operand:SI 0 "s_register_operand" "")
......
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