diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-09-12 21:53:56 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-09-12 21:53:56 -0700 |
commit | a526200977c3bd00a8935f2336644a6728ddd958 (patch) | |
tree | 980f2e905b4259e29f972fffaa3639a6017ea755 | |
parent | cf91456ee0064f066c3287f2db3bbe9834d675c3 (diff) | |
download | gcc-a526200977c3bd00a8935f2336644a6728ddd958.zip gcc-a526200977c3bd00a8935f2336644a6728ddd958.tar.gz gcc-a526200977c3bd00a8935f2336644a6728ddd958.tar.bz2 |
(call_value_multiple_internal0): Change from define_insn to
define_expand.
From-SVN: r12706
-rw-r--r-- | gcc/config/mips/mips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index fc8caca..da9502a 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -6631,7 +6631,7 @@ move\\t%0,%z4\\n\\ (set_attr "mode" "none") (set_attr "length" "2")]) -(define_insn "call_value_multiple_internal0" +(define_expand "call_value_multiple_internal0" [(parallel [(set (match_operand 0 "" "") (call (match_operand 1 "" "") (match_operand 2 "" ""))) |