From: Richard Kenner Date: Sun, 29 Sep 1996 23:06:37 +0000 (-0400) Subject: (expand_decl): Use mark_user_reg and simplify code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0df15c2c4aaaf1e37e0a03dbb691ef2965cd87d7;p=gcc.git (expand_decl): Use mark_user_reg and simplify code. From-SVN: r12871 --- diff --git a/gcc/stmt.c b/gcc/stmt.c index 21e493260f3..9160053a44f 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -3456,6 +3456,7 @@ expand_decl (decl) (TYPE_ALIGN (TREE_TYPE (TREE_TYPE (decl))) / BITS_PER_UNIT)); } + else if (TREE_CODE (DECL_SIZE (decl)) == INTEGER_CST) { /* Variable of fixed size that goes on the stack. */