From 292e6398d01d8c238b90163caae08c00e4d06ca5 Mon Sep 17 00:00:00 2001 From: Kirill Yukhin Date: Mon, 16 Dec 2013 14:04:02 +0000 Subject: [PATCH] Revert r206010. From-SVN: r206016 --- gcc/ChangeLog | 4 ---- gcc/config/i386/i386.c | 2 +- 2 files changed, 1 insertion(+), 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 - - * config/i386/i386.c (slm_cost): Fix imul cost for HI. - 2013-12-16 Jakub Jelinek 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 */ -- 2.7.4