]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/c6x/c6x.md
builtins.c (get_memory_rtx): Fix comment.
[thirdparty/gcc.git] / gcc / config / c6x / c6x.md
index 8218e1dad9967d6eda15bd0d2614c6adf680d183..f9bf9ba99abf2dffbe3567120de2adf7e16513fb 100644 (file)
 ;; Block moves
 ;; -------------------------------------------------------------------------
 
-(define_expand "movmemsi"
+(define_expand "cpymemsi"
   [(use (match_operand:BLK 0 "memory_operand" ""))
    (use (match_operand:BLK 1 "memory_operand" ""))
    (use (match_operand:SI 2 "nonmemory_operand" ""))
    (use (match_operand:SI 5 "const_int_operand" ""))]
   ""
 {
- if (c6x_expand_movmem (operands[0], operands[1], operands[2], operands[3],
+ if (c6x_expand_cpymem (operands[0], operands[1], operands[2], operands[3],
                        operands[4], operands[5]))
    DONE;
  else