]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/sparc/sparc.h
builtins.c (get_memory_rtx): Fix comment.
[thirdparty/gcc.git] / gcc / config / sparc / sparc.h
index 015065ffb81e002254f09de8678af7ccc23908f9..2dd765bca18377fa02c62424c051ea4f90ae4c7b 100644 (file)
@@ -1412,7 +1412,7 @@ do {                                                                         \
 #define MOVE_MAX 8
 
 /* If a memory-to-memory move would take MOVE_RATIO or more simple
-   move-instruction pairs, we will do a movmem or libcall instead.  */
+   move-instruction pairs, we will do a cpymem or libcall instead.  */
 
 #define MOVE_RATIO(speed) ((speed) ? 8 : 3)