diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1678,10 +1678,6 @@ struct tree_exp GTY(()) #define SSA_NAME_VALUE(N) \ SSA_NAME_CHECK (N)->ssa_name.value_handle -/* Auxiliary pass-specific data. */ -#define SSA_NAME_AUX(N) \ - SSA_NAME_CHECK (N)->ssa_name.aux - #ifndef _TREE_FLOW_H struct ptr_info_def; #endif @@ -1721,9 +1717,6 @@ struct tree_ssa_name GTY(()) as well. */ tree value_handle; - /* Auxiliary information stored with the ssa name. */ - PTR GTY((skip)) aux; - /* Immediate uses list for this SSA_NAME. */ struct ssa_use_operand_d imm_uses; }; |