aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Belevantsev <abel@ispras.ru>2011-05-25 11:59:06 +0400
committerAndrey Belevantsev <abel@gcc.gnu.org>2011-05-25 11:59:06 +0400
commit8242a0f6216860781e2439116793183c41994cd8 (patch)
treeb5208a52746134b142f33e20aaf5b30b150f35e1
parent642a011de6e5c48aef3149db053b243da23d1d30 (diff)
downloadgcc-8242a0f6216860781e2439116793183c41994cd8.zip
gcc-8242a0f6216860781e2439116793183c41994cd8.tar.gz
gcc-8242a0f6216860781e2439116793183c41994cd8.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/athlon.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index beef7f1..a61c9a3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-25 Andrey Belevantsev <abel@ispras.ru>
+
+ PR rtl-optimization/49014
+ * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.
+
2011-05-25 Jakub Jelinek <jakub@redhat.com>
PR target/49128
diff --git a/gcc/config/i386/athlon.md b/gcc/config/i386/athlon.md
index 341adf4..2896a15 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")