projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce960d5
)
Add missing blank.
author
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 12 Dec 2001 12:40:27 +0000
(07:40 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 12 Dec 2001 12:40:27 +0000
(07:40 -0500)
From-SVN: r47930
gcc/expr.c
patch
|
blob
|
history
diff --git
a/gcc/expr.c
b/gcc/expr.c
index 53208057eb7901133d70eb6c63c339825df657aa..2561fc3d69baf27143caa722a05958835fcae42d 100644
(file)
--- a/
gcc/expr.c
+++ b/
gcc/expr.c
@@
-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