(CONSTRUCTTOR_TARGET_CLEARED_P): New macro.
From-SVN: r10839
This commit is contained in:
parent
1207956403
commit
f316d71e4f
@ -510,6 +510,7 @@ 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])
|
||||
|
Loading…
Reference in New Issue
Block a user