(simplify_unary_operation): Remove "else".
From-SVN: r1828
This commit is contained in:
parent
266007a7d6
commit
f89e32e950
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user