(expand_decl): Use mark_user_reg and simplify code.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 29 Sep 1996 23:06:37 +0000 (19:06 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 29 Sep 1996 23:06:37 +0000 (19:06 -0400)
From-SVN: r12871

gcc/stmt.c

index 21e4932..9160053 100644 (file)
@@ -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.  */