ia32: Fix calculation bug in ia32_get_op_estimated_cost() of the latency of CopyB_i.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 18 Dec 2012 09:39:38 +0000 (10:39 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 18 Dec 2012 09:39:38 +0000 (10:39 +0100)
commit46b1210ed70f149727d212d7bae741ac0ed96028
treec60b7a77e3d48283453f1dee85a27cf933b5136c
parentea49f59b7723e700c720cc89c26864e68c113237
ia32: Fix calculation bug in ia32_get_op_estimated_cost() of the latency of CopyB_i.

4 / 3 * x is x, so use x * 4 / 3.
ir/be/ia32/bearch_ia32.c