Commit 126c5a59 by Jim Wilson

(expand_movstr_call): Likewise for memcpy.

From-SVN: r10810
parent 48aa02a5
...@@ -403,7 +403,9 @@ expand_movstr_call (operands) ...@@ -403,7 +403,9 @@ expand_movstr_call (operands)
VOIDmode, 3, VOIDmode, 3,
XEXP (operands[0], 0), Pmode, XEXP (operands[0], 0), Pmode,
XEXP (operands[1], 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_ #if _IEEE_FLOAT_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment