aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Yukhin <kyukhin@gcc.gnu.org>2013-12-16 14:04:02 +0000
committerKirill Yukhin <kyukhin@gcc.gnu.org>2013-12-16 14:04:02 +0000
commit292e6398d01d8c238b90163caae08c00e4d06ca5 (patch)
tree9f7131f3e52673b094d40023088291f6c0635e7e
parent2c00495a874a373af649b3a4258d1eaee5d9e2dd (diff)
downloadgcc-292e6398d01d8c238b90163caae08c00e4d06ca5.zip
gcc-292e6398d01d8c238b90163caae08c00e4d06ca5.tar.gz
gcc-292e6398d01d8c238b90163caae08c00e4d06ca5.tar.bz2
Revert r206010.
From-SVN: r206016
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.c2
2 files changed, 1 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d6d0183..f279da3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -28,10 +28,6 @@
GOMP_SIMD* internal calls, also perform the reduction operation
on the outer var rather than simple assignment.
-2013-12-16 Yuri Rumyantsev <ysrumyan@gmail.com>
-
- * config/i386/i386.c (slm_cost): Fix imul cost for HI.
-
2013-12-16 Jakub Jelinek <jakub@redhat.com>
PR middle-end/58956
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index f7dfb41..ecf5e0b 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -1607,7 +1607,7 @@ struct processor_costs atom_cost = {
COSTS_N_INSNS (1), /* variable shift costs */
COSTS_N_INSNS (1), /* constant shift costs */
{COSTS_N_INSNS (3), /* cost of starting multiply for QI */
- COSTS_N_INSNS (3), /* HI */
+ COSTS_N_INSNS (4), /* HI */
COSTS_N_INSNS (3), /* SI */
COSTS_N_INSNS (4), /* DI */
COSTS_N_INSNS (2)}, /* other */