projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ccc91
)
Remove hunk commited in error.
author
Richard Kenner
<kenner@gcc.gnu.org>
Fri, 23 May 2003 00:13:04 +0000
(20:13 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Fri, 23 May 2003 00:13:04 +0000
(20:13 -0400)
From-SVN: r67103
gcc/expr.c
patch
|
blob
|
history
diff --git
a/gcc/expr.c
b/gcc/expr.c
index 770bef4afa25b3f0b842d37b9509c0e15547e9b7..3c371aefc27327d41da3dcc1617ef2bc7c73c12e 100644
(file)
--- a/
gcc/expr.c
+++ b/
gcc/expr.c
@@
-4982,7
+4982,7
@@
store_constructor (exp, target, cleared, size)
{
rtx offset_rtx;
- if (
CONTAINS_PLACEHOLDER_P
(offset))
+ if (
contains_placeholder_p
(offset))
offset = build (WITH_RECORD_EXPR, sizetype,
offset, make_tree (TREE_TYPE (exp), target));