Commit 0df15c2c by Richard Kenner

(expand_decl): Use mark_user_reg and simplify code.

From-SVN: r12871
parent ddb7361a
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment