From: Kirill Yukhin Date: Mon, 16 Dec 2013 14:04:02 +0000 (+0000) Subject: Revert r206010. X-Git-Tag: upstream/12.2.0~65871 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=292e6398d01d8c238b90163caae08c00e4d06ca5;p=platform%2Fupstream%2Fgcc.git Revert r206010. From-SVN: r206016 --- 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 */