* tree-ssa-operands.h (struct ssa_operands): New.
* tree-flow-inline.h (gimple_ssa_operands): New function. * tree-flow.h: (struct gimple_df): Add ssa_operands. * Makefile.in: Remove gt-tree-ssa-operands.h * tree-ssa-operands.c: Do not include gt-tree-ssa-operands.h (free_defs, free_uses, free_vuses, free_maydefs, free_mustdefs, operand_memory, operand_memory_index, ops_active): Remove statics. (ALLOC_OPTYPE): Update. (operand_build_sort_virtual): Update. (ssa_operands_active): Update. (init_ssa_operands): Update. (fini_ssa_operands): Update. (ssa_operand_alloc): Update. (INITIALIZE_USE): Update. (finalize_ssa_use_ops): Update. (finalize_ssa_v_may_def_ops): Update. (finalize_ssa_vuse_ops): Update. (finalize_ssa_v_must_def_ops): Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119363 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/ChangeLog 21 additions, 0 deletionsgcc/ChangeLog
- gcc/Makefile.in 3 additions, 3 deletionsgcc/Makefile.in
- gcc/tree-flow-inline.h 6 additions, 0 deletionsgcc/tree-flow-inline.h
- gcc/tree-flow.h 2 additions, 0 deletionsgcc/tree-flow.h
- gcc/tree-ssa-operands.c 57 additions, 56 deletionsgcc/tree-ssa-operands.c
- gcc/tree-ssa-operands.h 13 additions, 0 deletionsgcc/tree-ssa-operands.h
Loading
Please register or sign in to comment