Commit 90194d09 by Richard Kenner

(vax_rtx_cost): Remove LSHIFT case.

From-SVN: r7058
parent 488c7811
......@@ -451,7 +451,6 @@ vax_rtx_cost (x)
case FIX:
c = 7; /* 17 on VAX 2 */
break;
case LSHIFT:
case ASHIFT:
case LSHIFTRT:
case ASHIFTRT:
......
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