Commit 3e7700f3 by Doug Evans

(RTX_COSTS): Remove LSHIFT, add LSHIFTRT.

From-SVN: r7098
parent 3841a7f6
...@@ -1102,7 +1102,7 @@ extern int current_function_anonymous_args; ...@@ -1102,7 +1102,7 @@ extern int current_function_anonymous_args;
return COSTS_N_INSNS (multcosts (X)); \ return COSTS_N_INSNS (multcosts (X)); \
case ASHIFT: \ case ASHIFT: \
case ASHIFTRT: \ case ASHIFTRT: \
case LSHIFT: \ case LSHIFTRT: \
return COSTS_N_INSNS (shiftcosts (X)) ; \ return COSTS_N_INSNS (shiftcosts (X)) ; \
case DIV: \ case DIV: \
case UDIV: \ case UDIV: \
......
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