(i960_expr_alignment): Remove LSHIFT.

From-SVN: r7096
This commit is contained in:
Doug Evans 1994-04-20 16:03:30 +00:00
parent 9d84172d84
commit dfa11e055c

View File

@ -1914,7 +1914,6 @@ i960_expr_alignment (x, size)
break;
case ASHIFT:
case LSHIFT:
align = i960_expr_alignment (XEXP (x, 0));
if (GET_CODE (XEXP (x, 1)) == CONST_INT)