From b8d63f74dc3b445fc0743fc7d8a1cbc26b46b58a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 22 May 2003 20:13:04 -0400 Subject: [PATCH] Remove hunk commited in error. From-SVN: r67103 --- gcc/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.30.2