projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb2d400
)
Add a blank.
author
Richard Kenner
<kenner@gcc.gnu.org>
Thu, 24 Jun 2004 13:47:49 +0000
(09:47 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Thu, 24 Jun 2004 13:47:49 +0000
(09:47 -0400)
From-SVN: r83593
gcc/expr.h
patch
|
blob
|
history
diff --git
a/gcc/expr.h
b/gcc/expr.h
index 763ed12b3f44ecc692a43410a8878edb2b1dcc5f..4e840413963afed31410c7b86a2e7d15ad8c4aad 100644
(file)
--- a/
gcc/expr.h
+++ b/
gcc/expr.h
@@
-530,7
+530,7
@@
static inline rtx
expand_expr (tree exp, rtx target, enum machine_mode mode,
enum expand_modifier modifier)
{
- return expand_expr_real(exp, target, mode, modifier, NULL);
+ return expand_expr_real
(exp, target, mode, modifier, NULL);
}
extern void expand_var (tree);