Commit bd2e6d53 by Jim Wilson

(RTX_COSTS): Fix typo from last change.

From-SVN: r8931
parent 4079cd63
......@@ -1400,7 +1400,7 @@ __transfer_from_trampoline () \
return COSTS_N_INSNS (2) + INTVAL (XEXP (X, 1)) / 2; \
else \
/* We're using clrw + swap for these cases. */ \
return COSTS_N_INSNS (4) + (INTVAL (XEXP (X, 1)) - 16) / 2; \
return COSTS_N_INSNS (4) + (INTVAL (XEXP (X, 1)) - 16) / 2; \
} \
return COSTS_N_INSNS (10); /* worst case */ \
} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment