Commit f316d71e by Richard Kenner

(CONSTRUCTTOR_TARGET_CLEARED_P): New macro.

From-SVN: r10839
parent 12079564
......@@ -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])
......
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