OSDN Git Service

* tree.h (CONSTRUCTOR_TARGET_CLEARED_P): Removed.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Jan 1996 01:43:18 +0000 (01:43 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Jan 1996 01:43:18 +0000 (01:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11077 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/tree.h

index 2d35c6c..8dd81b5 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])