From: Jim Wilson Date: Fri, 13 Sep 1996 04:53:56 +0000 (-0700) Subject: (call_value_multiple_internal0): Change from define_insn to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a526200977c3bd00a8935f2336644a6728ddd958;p=gcc.git (call_value_multiple_internal0): Change from define_insn to define_expand. From-SVN: r12706 --- diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index fc8caca07d8..da9502ac5d0 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 "" "")))