Commit 8b2e69e1 by Jeff Law

* combine.c (simplify_comparison, case GEU): Add missing break.

From-SVN: r8001
parent d251be98
......@@ -8834,6 +8834,7 @@ simplify_comparison (code, pop0, pop1)
{
const_op = 0, op1 = const0_rtx;
code = LT;
break;
}
else
break;
......
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