From: Andrey Belevantsev Date: Wed, 25 May 2011 07:59:06 +0000 (+0400) Subject: re PR rtl-optimization/49014 (ICE: in reset_sched_cycles_in_current_ebb, at sel-sched... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8242a0f6216860781e2439116793183c41994cd8;p=gcc.git re PR rtl-optimization/49014 (ICE: in reset_sched_cycles_in_current_ebb, at sel-sched.c:7132 with even more insane set of flags) PR rtl-optimization/49014 * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi. From-SVN: r174172 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index beef7f1a032..a61c9a3a22d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-05-25 Andrey Belevantsev + + PR rtl-optimization/49014 + * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi. + 2011-05-25 Jakub Jelinek PR target/49128 diff --git a/gcc/config/i386/athlon.md b/gcc/config/i386/athlon.md index 341adf4d1a5..2896a154d1e 100644 --- a/gcc/config/i386/athlon.md +++ b/gcc/config/i386/athlon.md @@ -798,7 +798,7 @@ "athlon-direct,athlon-fploadk8,athlon-fadd") (define_insn_reservation "athlon_ssecomi" 4 (and (eq_attr "cpu" "athlon,k8,generic64") - (eq_attr "type" "ssecmp")) + (eq_attr "type" "ssecomi")) "athlon-vector,athlon-fpsched,athlon-fadd") (define_insn_reservation "athlon_ssecomi_amdfam10" 3 (and (eq_attr "cpu" "amdfam10")