rs6000.md (call_value_indirect_aix32): Use wildcard match_operand for call return value.

* rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
        for call return value.
        (call_value_indirect_aix64, call_value_indirect_nt): Likewise.

From-SVN: r29992
This commit is contained in:
Richard Henderson 1999-10-14 17:29:24 -07:00 committed by Richard Henderson
parent 43a8f6d501
commit 2d1086d8b7
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
Thu Oct 14 17:21:26 1999 Richard Henderson <rth@cygnus.com>
* rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
for call return value.
(call_value_indirect_aix64, call_value_indirect_nt): Likewise.
Thu Oct 14 13:54:25 1999 Jason Merrill <jason@yorick.cygnus.com>
* toplev.c (main): Only warn about options for other languages.

View File

@ -8056,7 +8056,7 @@
(set_attr "length" "28")])
(define_insn "call_value_indirect_aix32"
[(set (match_operand 0 "register_operand" "fg")
[(set (match_operand 0 "" "")
(call (mem:SI (match_operand:SI 1 "gpc_reg_operand" "b"))
(match_operand 2 "const_int_operand" "n")))
(use (match_operand 3 "const_int_operand" "n"))
@ -8072,7 +8072,7 @@
(set_attr "length" "28")])
(define_insn "call_value_indirect_aix64"
[(set (match_operand 0 "register_operand" "fg")
[(set (match_operand 0 "" "")
(call (mem:SI (match_operand:DI 1 "gpc_reg_operand" "b"))
(match_operand 2 "const_int_operand" "n")))
(use (match_operand 3 "const_int_operand" "n"))
@ -8116,7 +8116,7 @@
(set_attr "length" "24")])
(define_insn "call_value_indirect_nt"
[(set (match_operand 0 "register_operand" "fg")
[(set (match_operand 0 "" "")
(call (mem:SI (match_operand:SI 1 "gpc_reg_operand" "b"))
(match_operand 2 "const_int_operand" "n")))
(use (match_operand 3 "const_int_operand" "n"))