From 8b0aea646d48b4b21ec68b2d8be998c0d985b4a6 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 2 Dec 2006 02:47:07 +0000 Subject: [PATCH] * config/i386/i386.c: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119443 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 2 ++ gcc/config/i386/i386.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a1eb38bcb1b..e31d6b734c6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -15,6 +15,8 @@ tree-vectorizer.c, tree-vrp.c: Fix comment typos. Follow spelling conventions. + * config/i386/i386.c: Fix a comment typo. + 2006-12-01 Trevor Smigiel * config/spu/spu.c (spu_immediate): Remove trailing comma. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 6f0701b5241..a491daad39d 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -530,7 +530,7 @@ struct processor_costs athlon_cost = { COSTS_N_INSNS (2), /* cost of FCHS instruction. */ COSTS_N_INSNS (35), /* cost of FSQRT instruction. */ /* For some reason, Athlon deals better with REP prefix (relative to loops) - compared to K8. Alignment becomes important after 8 bytes for mempcy and + compared to K8. Alignment becomes important after 8 bytes for memcpy and 128 bytes for memset. */ {{libcall, {{2048, rep_prefix_4_byte}, {-1, libcall}}}, DUMMY_STRINGOP_ALGS}, -- 2.11.4.GIT