diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2001-12-12 07:40:27 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-12-12 07:40:27 -0500 |
commit | a9785c70dc7d27f1057ad53d2138110e3385608f (patch) | |
tree | 305b2f01c9be50c570fb520b5e5ae49285bd8eb3 /gcc | |
parent | ce960d5ae72e259a1852d82f431e13e848bd37fe (diff) | |
download | gcc-a9785c70dc7d27f1057ad53d2138110e3385608f.zip gcc-a9785c70dc7d27f1057ad53d2138110e3385608f.tar.gz gcc-a9785c70dc7d27f1057ad53d2138110e3385608f.tar.bz2 |
Add missing blank.
From-SVN: r47930
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |