From a526200977c3bd00a8935f2336644a6728ddd958 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 12 Sep 1996 21:53:56 -0700 Subject: [PATCH] (call_value_multiple_internal0): Change from define_insn to define_expand. From-SVN: r12706 --- gcc/config/mips/mips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "" ""))) -- 2.30.2