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

be const0_rtx when ignoring expression.

From-SVN: r4674
This commit is contained in:
Richard Stallman 1993-06-13 18:15:58 +00:00
parent ed58a12821
commit 2937cf8796
1 changed files with 1 additions and 1 deletions

View File

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