Commit f89e32e9 by Richard Kenner

(simplify_unary_operation): Remove "else".

From-SVN: r1828
parent 266007a7
......@@ -2861,8 +2861,8 @@ simplify_unary_operation (code, mode, op, op_mode)
}
#endif
else if (GET_CODE (op) == CONST_INT
&& width <= HOST_BITS_PER_WIDE_INT && width > 0)
if (GET_CODE (op) == CONST_INT
&& width <= HOST_BITS_PER_WIDE_INT && width > 0)
{
register HOST_WIDE_INT arg0 = INTVAL (op);
register HOST_WIDE_INT val;
......
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