Commit b8d63f74 by Richard Kenner

Remove hunk commited in error.

From-SVN: r67103
parent d7ccc917
...@@ -4982,7 +4982,7 @@ store_constructor (exp, target, cleared, size) ...@@ -4982,7 +4982,7 @@ store_constructor (exp, target, cleared, size)
{ {
rtx offset_rtx; rtx offset_rtx;
if (CONTAINS_PLACEHOLDER_P (offset)) if (contains_placeholder_p (offset))
offset = build (WITH_RECORD_EXPR, sizetype, offset = build (WITH_RECORD_EXPR, sizetype,
offset, make_tree (TREE_TYPE (exp), target)); offset, make_tree (TREE_TYPE (exp), target));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment