(i960_expr_alignment): Remove LSHIFT.
From-SVN: r7096
This commit is contained in:
parent
9d84172d84
commit
dfa11e055c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user