From: Kazu Hirata Date: Sat, 2 Dec 2006 02:47:07 +0000 (+0000) Subject: * config/i386/i386.c: Fix a comment typo. X-Git-Tag: releases/gcc-4.3.0~8176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c134b65cd165e02a1e8a09bc14dd119f9034589;p=thirdparty%2Fgcc.git * config/i386/i386.c: Fix a comment typo. From-SVN: r119443 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a1eb38bcb1b5..e31d6b734c67 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 6f0701b52413..a491daad39dc 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},