From 364f62c0e724071304b78314aab11f658cd0ef33 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 8 Nov 2008 06:45:25 +0000 Subject: [PATCH] Typos. [r23528] --- ir/be/ia32/ia32_architecture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/ia32/ia32_architecture.c b/ir/be/ia32/ia32_architecture.c index ecffa9229..2d3b23102 100644 --- a/ir/be/ia32/ia32_architecture.c +++ b/ir/be/ia32/ia32_architecture.c @@ -466,11 +466,11 @@ void ia32_setup_cg_config(void) set_arch_costs(); c->optimize_size = opt_size != 0; - /* on newer intel cpus mov, pop is often faster then leave although it has a + /* on newer intel cpus mov, pop is often faster than leave although it has a * longer opcode */ c->use_leave = FLAGS(opt_arch, arch_i386 | arch_all_amd | arch_core2) || opt_size; /* P4s don't like inc/decs because they only partially write the flags - register which produces false dependencies */ + * register which produces false dependencies */ c->use_incdec = !FLAGS(opt_arch, arch_netburst | arch_nocona | arch_core2 | arch_geode) || opt_size; c->use_sse2 = use_sse2 && FLAGS(arch, arch_feature_sse2); c->use_ffreep = FLAGS(opt_arch, arch_athlon_plus); -- 2.20.1