From: Andrey Belevantsev Date: Tue, 12 Jul 2011 12:12:36 +0000 (+0400) Subject: backport: re PR rtl-optimization/49014 (ICE: in reset_sched_cycles_in_current_ebb... X-Git-Tag: releases/gcc-4.5.4~545 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f90edfbee869da0b3293c826adde8bf9e89105;p=thirdparty%2Fgcc.git backport: 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) Backport from mainline 2011-05-25 Andrey Belevantsev PR rtl-optimization/49014 * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi. From-SVN: r176197 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 85e33be553ef..34f298b5809d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2011-07-12 Andrey Belevantsev + + Backport from mainline + 2011-05-25 Andrey Belevantsev + + PR rtl-optimization/49014 + * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi. + 2011-07-07 Eric Botcazou PR target/49660 diff --git a/gcc/config/i386/athlon.md b/gcc/config/i386/athlon.md index 341adf4d1a5e..2896a154d1ef 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")