]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/passes.c
Introduce dump_flags_t type and use it instead of int type.
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 May 2017 09:01:36 +0000 (09:01 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 May 2017 09:01:36 +0000 (09:01 +0000)
commit3f6e5ced7eb1cf5b3212b2391c5b70ec3dcaf136
tree10c3b673319b0cdfae3db0314371cb6732181161
parentd0869ea4a38b1f1f93e109f8fdd1968a92be989b
Introduce dump_flags_t type and use it instead of int type.

2017-05-17  Martin Liska  <mliska@suse.cz>

* class.c (dump_class_hierarchy): Introduce dump_flags_t type and
use it instead of int type.
(dump_vtable): Likewise.
(dump_vtt): Likewise.
* decl2.c (dump_tu): Likewise.
2017-05-17  Martin Liska  <mliska@suse.cz>

* c-common.h: Introduce dump_flags_t type and
use it instead of int type.
* c-gimplify.c (c_genericize): Likewise.
* c-opts.c: Likewise.
2017-05-17  Martin Liska  <mliska@suse.cz>

* c-decl.c (c_parse_final_cleanups): Introduce dump_flags_t type and
use it instead of int type.
2017-05-17  Martin Liska  <mliska@suse.cz>

* cfg.c: Introduce dump_flags_t type and
use it instead of int type.
* cfg.h: Likewise.
* cfghooks.c: Likewise.
* cfghooks.h (struct cfg_hooks): Likewise.
* cfgrtl.c: Likewise.
* cfgrtl.h: Likewise.
* cgraph.c (cgraph_node::get_body): Likewise.
* coretypes.h: Likewise.
* domwalk.c: Likewise.
* domwalk.h: Likewise.
* dumpfile.c (struct dump_option_value_info): Likewise.
(dump_enable_all): Likewise.
(dump_switch_p_1): Likewise.
(opt_info_switch_p): Likewise.
* dumpfile.h (enum tree_dump_index): Likewise.
(struct dump_file_info): Likewise.
* genemit.c: Likewise.
* generic-match-head.c: Likewise.
* gengtype.c (open_base_files): Likewise.
* gimple-pretty-print.c: Likewise.
* gimple-pretty-print.h: Likewise.
* graph.c (print_graph_cfg): Likewise.
* graphite-scop-detection.c (dot_all_sese): Likewise.
* ipa-devirt.c (build_type_inheritance_graph): Likewise.
* loop-unroll.c (report_unroll): Likewise.
* passes.c (pass_manager::register_one_dump_file): Likewise.
* print-tree.c: Likewise.
* statistics.c: Likewise.
* tree-cfg.c: Likewise.
* tree-cfg.h: Likewise.
* tree-dfa.c: Likewise.
* tree-dfa.h: Likewise.
* tree-dump.c (dump_function): Likewise.
* tree-dump.h (struct dump_info): Likewise.
* tree-pretty-print.c: Likewise.
* tree-pretty-print.h: Likewise.
* tree-ssa-live.c: Likewise.
* tree-ssa-live.h: Likewise.
* tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
* tree-vect-loop.c: Likewise.
* tree-vect-slp.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248140 138bc75d-0d04-0410-961f-82ee72b054a4
47 files changed:
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-common.h
gcc/c-family/c-gimplify.c
gcc/c-family/c-opts.c
gcc/c/ChangeLog
gcc/c/c-decl.c
gcc/cfg.c
gcc/cfg.h
gcc/cfghooks.c
gcc/cfghooks.h
gcc/cfgrtl.c
gcc/cfgrtl.h
gcc/cgraph.c
gcc/coretypes.h
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/decl2.c
gcc/domwalk.c
gcc/domwalk.h
gcc/dumpfile.c
gcc/dumpfile.h
gcc/genemit.c
gcc/generic-match-head.c
gcc/gengtype.c
gcc/gimple-pretty-print.c
gcc/gimple-pretty-print.h
gcc/graph.c
gcc/graphite-scop-detection.c
gcc/ipa-devirt.c
gcc/loop-unroll.c
gcc/passes.c
gcc/print-tree.c
gcc/statistics.c
gcc/tree-cfg.c
gcc/tree-cfg.h
gcc/tree-dfa.c
gcc/tree-dfa.h
gcc/tree-dump.c
gcc/tree-dump.h
gcc/tree-pretty-print.c
gcc/tree-pretty-print.h
gcc/tree-ssa-live.c
gcc/tree-ssa-live.h
gcc/tree-ssa-loop-ivcanon.c
gcc/tree-vect-loop.c
gcc/tree-vect-slp.c