8075324: Costs of memory operands in aarch64.ad are inconsistent

Made cost of 'indOffI' consistent to the other memory operands.

Reviewed-by: roland, aph, adinn
This commit is contained in:
Tobias Hartmann 2015-03-23 10:13:18 +01:00
parent 9ed9ae6214
commit 3bc3f7cd49

View File

@ -4324,7 +4324,7 @@ operand indOffI(iRegP reg, immIOffset off)
%{
constraint(ALLOC_IN_RC(ptr_reg));
match(AddP reg off);
op_cost(INSN_COST);
op_cost(0);
format %{ "[$reg, $off]" %}
interface(MEMORY_INTER) %{
base($reg);