diff --git a/gcc/config/i386/i386.cc b/gcc/config/i386/i386.cc index b4838b7..b4a9519 100644 --- a/gcc/config/i386/i386.cc +++ b/gcc/config/i386/i386.cc @@ -21569,7 +21569,7 @@ ix86_rtx_costs (rtx x, machine_mode mode, int outer_code_i, int opno, if (x86_64_immediate_operand (x, VOIDmode)) *total = 0; else - *total = 1; + *total = COSTS_N_INSNS (1) + 1; return true; case CONST_DOUBLE: