Commit 7a75868d by Richard Kenner

(operand_equal_for_comparison_p): Declare correct_width as unsigned.

From-SVN: r6447
parent 4925f285
......@@ -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;
......
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