From: Aaron Sawdey <acsaw...@linux.ibm.com> * config/lm32/lm32.md (movmemsi): Change name to cpymemsi. --- gcc/config/lm32/lm32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/config/lm32/lm32.md b/gcc/config/lm32/lm32.md index c09052c..91a5fe1 100644 --- a/gcc/config/lm32/lm32.md +++ b/gcc/config/lm32/lm32.md @@ -216,7 +216,7 @@ } }") -(define_expand "movmemsi" +(define_expand "cpymemsi" [(parallel [(set (match_operand:BLK 0 "general_operand" "") (match_operand:BLK 1 "general_operand" "")) (use (match_operand:SI 2 "" "")) -- 2.7.4