mips.md (reload_outputdi): Require that operand0 be a general_operand.
* mips.md (reload_outputdi): Require that operand0 be a general_operand. From-SVN: r41423
This commit is contained in:
parent
d773df5ab7
commit
3dcaf6e0d1
@ -1,3 +1,8 @@
|
|||||||
|
2001-04-19 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
|
* mips.md (reload_outputdi): Require that operand0 be a
|
||||||
|
general_operand.
|
||||||
|
|
||||||
2001-04-19 Jakub Jelinek <jakub@redhat.com>
|
2001-04-19 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* invoke.texi (-Wshadow): Clarify.
|
* invoke.texi (-Wshadow): Clarify.
|
||||||
|
@ -5087,7 +5087,7 @@ move\\t%0,%z4\\n\\
|
|||||||
;; use a TImode scratch reg.
|
;; use a TImode scratch reg.
|
||||||
|
|
||||||
(define_expand "reload_outdi"
|
(define_expand "reload_outdi"
|
||||||
[(set (match_operand:DI 0 "" "=b")
|
[(set (match_operand:DI 0 "general_operand" "=b")
|
||||||
(match_operand:DI 1 "se_register_operand" "b"))
|
(match_operand:DI 1 "se_register_operand" "b"))
|
||||||
(clobber (match_operand:TI 2 "register_operand" "=&d"))]
|
(clobber (match_operand:TI 2 "register_operand" "=&d"))]
|
||||||
"TARGET_64BIT"
|
"TARGET_64BIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user