From: Richard Kenner Date: Fri, 23 May 2003 00:13:04 +0000 (-0400) Subject: Remove hunk commited in error. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8d63f74dc3b445fc0743fc7d8a1cbc26b46b58a;p=gcc.git Remove hunk commited in error. From-SVN: r67103 --- diff --git a/gcc/expr.c b/gcc/expr.c index 770bef4afa2..3c371aefc27 100644 --- 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));