X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_architecture.c;h=2d3b231023d210786b4641400878be8bdc2b7c10;hb=1650d6cbcdc4e3b70109e59751168103916a04e0;hp=ecffa9229e7436932f35714a806477639b0e2ad3;hpb=ff28a84d47af32824433a98405fa4c1a7a106309;p=libfirm 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);