Commit 2937cf87 by Richard Stallman

(expand_expr, case COND_EXPR): Fix typo; const1_rtx should

be const0_rtx when ignoring expression.

From-SVN: r4674
parent ed58a128
......@@ -4903,7 +4903,7 @@ expand_expr (exp, target, tmode, modifier)
}
else
expand_expr (singleton,
ignore ? const1_rtx : NULL_RTX, VOIDmode, 0);
ignore ? const0_rtx : NULL_RTX, VOIDmode, 0);
if (cleanups_this_call)
{
sorry ("aggregate value in COND_EXPR");
......
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