Fix typo.
From-SVN: r1909
This commit is contained in:
parent
b4aee14e5a
commit
1b238f1c06
@ -1358,9 +1358,9 @@
|
||||
}")
|
||||
|
||||
(define_expand "store_multiple_bug"
|
||||
[(match_par_dup 3 "" [(set (match_operand:SI 0 "" "")
|
||||
(match_operand:SI 1 "" ""))
|
||||
(use (match_operand:SI 2 "" ""))])]
|
||||
[(match_par_dup 3 [(set (match_operand:SI 0 "" "")
|
||||
(match_operand:SI 1 "" ""))
|
||||
(use (match_operand:SI 2 "" ""))])]
|
||||
""
|
||||
"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user