From: Richard Stallman Date: Fri, 25 Jun 1993 04:51:39 +0000 (+0000) Subject: (negdi2, negdi2_internal): Renamed from negdi3... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7d7b3dcb3c2132eb6d57ed6bacb60763292bfd6;p=gcc.git (negdi2, negdi2_internal): Renamed from negdi3... From-SVN: r4722 --- diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 2da9db7dbaa..3a0b6847071 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -1047,14 +1047,14 @@ move\\t%0,%z4\\n\\ (set_attr "mode" "SI") (set_attr "length" "1")]) -(define_expand "negdi3" +(define_expand "negdi2" [(parallel [(set (match_operand:DI 0 "register_operand" "=d") (neg:DI (match_operand:DI 1 "register_operand" "d"))) (clobber (match_dup 2))])] "!TARGET_DEBUG_G_MODE" "operands[2] = gen_reg_rtx (SImode);") -(define_insn "negdi3_internal" +(define_insn "negdi2_internal" [(set (match_operand:DI 0 "register_operand" "=d") (neg:DI (match_operand:DI 1 "register_operand" "d"))) (clobber (match_operand:SI 2 "register_operand" "=d"))]