Commit dfa11e05 by Doug Evans

(i960_expr_alignment): Remove LSHIFT.

From-SVN: r7096
parent 9d84172d
......@@ -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)
......
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