From: Richard Kenner Date: Fri, 23 May 2003 00:13:04 +0000 (-0400) Subject: Remove hunk commited in error. X-Git-Tag: releases/gcc-3.4.0~6398 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8d63f74dc3b445fc0743fc7d8a1cbc26b46b58a;p=thirdparty%2Fgcc.git Remove hunk commited in error. From-SVN: r67103 --- diff --git a/gcc/expr.c b/gcc/expr.c index 770bef4afa25..3c371aefc273 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));