(operand_equal_for_comparison_p): Declare correct_width as unsigned.

From-SVN: r6447
This commit is contained in:
Richard Kenner 1994-01-31 18:40:54 -05:00
parent 4925f285c1
commit 7a75868d8e

View File

@ -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;