OSDN Git Service

* tree-ssa-dce.c (DCE_TODOs): New.
[pf3gnuchains/gcc-fork.git] / gcc / tree-ssa-operands.h
index 35d59a4..92dc4f9 100644 (file)
@@ -124,6 +124,8 @@ struct ssa_operand_memory_d GTY((chain_next("%h.next")))
 struct ssa_operands GTY(()) {
    struct ssa_operand_memory_d *operand_memory;
    unsigned operand_memory_index;
+   /* Current size of the operand memory buffer.  */
+   unsigned int ssa_operand_mem_size;
 
    bool ops_active;