aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-09-29 19:06:37 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-09-29 19:06:37 -0400
commit0df15c2c4aaaf1e37e0a03dbb691ef2965cd87d7 (patch)
tree6f7cd970a100f41af996e512f7285336c9212016 /gcc
parentddb7361a2e745eec5cea48e1f74b8e314cf3e494 (diff)
downloadgcc-0df15c2c4aaaf1e37e0a03dbb691ef2965cd87d7.zip
gcc-0df15c2c4aaaf1e37e0a03dbb691ef2965cd87d7.tar.gz
gcc-0df15c2c4aaaf1e37e0a03dbb691ef2965cd87d7.tar.bz2
(expand_decl): Use mark_user_reg and simplify code.
From-SVN: r12871
Diffstat (limited to 'gcc')
-rw-r--r--gcc/stmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 21e4932..9160053 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. */