* tree.h (CONSTRUCTOR_TARGET_CLEARED_P): Removed.
authorPer Bothner <bothner@gcc.gnu.org>
Sat, 20 Jan 1996 01:43:18 +0000 (17:43 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Sat, 20 Jan 1996 01:43:18 +0000 (17:43 -0800)
From-SVN: r11077

gcc/tree.h

index 2d35c6cafee091474fb6ad96bb0cde75f7c3622a..8dd81b52ef0b90866c5118323fa5d7810f15e924 100644 (file)
@@ -248,8 +248,6 @@ struct tree_common
 
        TREE_UNSIGNED in
            INTEGER_TYPE, ENUMERAL_TYPE, FIELD_DECL
-       CONSTRUCTOR_TARGET_CLEARED_P in
-           CONSTRUCTOR
        DECL_BUILT_IN_NONANSI in
            FUNCTION_DECL
        TREE_PARMLIST in
@@ -613,7 +611,6 @@ struct tree_vec
 
 /* In a CONSTRUCTOR node.  */
 #define CONSTRUCTOR_ELTS(NODE) TREE_OPERAND (NODE, 1)
-#define CONSTRUCTOR_TARGET_CLEARED_P(NODE) ((NODE)->common.unsigned_flag)
 
 /* In ordinary expression nodes.  */
 #define TREE_OPERAND(NODE, I) ((NODE)->exp.operands[I])