(simplify_comparison): Convert comparison to unsigned when stripping
off a ZERO_EXTEND. From-SVN: r8034
This commit is contained in:
parent
6dd49058f5
commit
66415c8b0e
@ -8636,6 +8636,7 @@ simplify_comparison (code, pop0, pop1)
|
||||
{
|
||||
op0 = gen_lowpart_for_combine (tmode, inner_op0);
|
||||
op1 = gen_lowpart_for_combine (tmode, inner_op1);
|
||||
code = unsigned_condition (code);
|
||||
changed = 1;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user