Add missing blank.

From-SVN: r47930
This commit is contained in:
Richard Kenner 2001-12-12 07:40:27 -05:00
parent ce960d5ae7
commit a9785c70dc

View File

@ -7356,7 +7356,7 @@ expand_expr (exp, target, tmode, modifier)
constant. */
plus_expr:
this_optab = ! unsignedp && flag_trapv
&& (GET_MODE_CLASS(mode) == MODE_INT)
&& (GET_MODE_CLASS (mode) == MODE_INT)
? addv_optab : add_optab;
/* If we are adding a constant, an RTL_EXPR that is sp, fp, or ap, and