Commit 1b238f1c by Richard Kenner

Fix typo.

From-SVN: r1909
parent b4aee14e
...@@ -1358,9 +1358,9 @@ ...@@ -1358,9 +1358,9 @@
}") }")
(define_expand "store_multiple_bug" (define_expand "store_multiple_bug"
[(match_par_dup 3 "" [(set (match_operand:SI 0 "" "") [(match_par_dup 3 [(set (match_operand:SI 0 "" "")
(match_operand:SI 1 "" "")) (match_operand:SI 1 "" ""))
(use (match_operand:SI 2 "" ""))])] (use (match_operand:SI 2 "" ""))])]
"" ""
" "
{ {
......
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