(operand_equal_for_comparison_p): Declare correct_width as unsigned.
From-SVN: r6447
This commit is contained in:
parent
4925f285c1
commit
7a75868d8e
@ -1871,7 +1871,7 @@ operand_equal_for_comparison_p (arg0, arg1, other)
|
||||
{
|
||||
int unsignedp1, unsignedpo;
|
||||
tree primarg1, primother;
|
||||
int correct_width;
|
||||
unsigned correct_width;
|
||||
|
||||
if (operand_equal_p (arg0, arg1, 0))
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user