]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/i386/i386.h
builtins.c (get_memory_rtx): Fix comment.
[thirdparty/gcc.git] / gcc / config / i386 / i386.h
index 5e670b5fd11b58beccd47e07ed204b303b887e51..1f70844fc45cff8e73f9ac0a65bdc6b9d8df2223 100644 (file)
@@ -1901,7 +1901,7 @@ typedef struct ix86_args {
    ? GET_MODE_SIZE (TImode) : UNITS_PER_WORD)
 
 /* 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.
    Increasing the value will always make code faster, but eventually
    incurs high cost in increased code size.