From: Richard Kenner Date: Wed, 10 Nov 1993 23:49:56 +0000 (-0500) Subject: (smaxdi3): Was incorrectly called maxdi3. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6412a77ea5e54b76811e97005ce60357b6f8062a;p=gcc.git (smaxdi3): Was incorrectly called maxdi3. From-SVN: r6059 --- diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 3b39d96ce06..9a86503f544 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -1366,7 +1366,7 @@ (match_dup 0) (match_dup 1)))] "") -(define_expand "maxdi3" +(define_expand "smaxdi3" [(set (match_dup 3) (le:DI (match_operand:DI 1 "reg_or_0_operand" "") (match_operand:DI 2 "reg_or_8bit_operand" "")))