From: Jim Wilson Date: Tue, 19 Dec 1995 02:09:53 +0000 (-0800) Subject: (expand_movstr_call): Likewise for memcpy. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=126c5a5994b94563505e124caef30056d401ec60;p=gcc.git (expand_movstr_call): Likewise for memcpy. From-SVN: r10810 --- diff --git a/gcc/config/convex/convex.c b/gcc/config/convex/convex.c index 05e3ef1b572..f642fb07c86 100644 --- a/gcc/config/convex/convex.c +++ b/gcc/config/convex/convex.c @@ -403,7 +403,9 @@ expand_movstr_call (operands) VOIDmode, 3, XEXP (operands[0], 0), Pmode, XEXP (operands[1], 0), Pmode, - operands[2], SImode); + convert_to_mode (TYPE_MODE (sizetype), operands[2], + TREE_UNSIGNED (sizetype)), + TYPE_MODE (sizetype)); } #if _IEEE_FLOAT_