diff options
author | Sharad Singhai <singhai@google.com> | 2012-10-24 17:58:14 +0000 |
---|---|---|
committer | Sharad Singhai <singhai@gcc.gnu.org> | 2012-10-24 17:58:14 +0000 |
commit | 73fbfcad22ae37dfd57a544aa0f5339b73bac439 (patch) | |
tree | 02a5de43f1e1e7c9de68e336f7b7bb4d2593dbf3 /ChangeLog | |
parent | c1a4d0b580e3c394d1ff9790fa581590aa7e953f (diff) | |
download | gcc-73fbfcad22ae37dfd57a544aa0f5339b73bac439.tar.gz |
dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfile.h.
2012-10-24 Sharad Singhai <singhai@google.com>
* dumpfile.c (dump_enabled_p): Make it inline and move the definition
to dumpfile.h.
(dump_kind_p): Deleted. Functionality replaced by dump_enabled_p.
Make alt_dump_file extern.
* dumpfile.h (dump_enabled_p): Move inline definition here.
(dump_kind_p): Delete declaration.
Add extern declaration of alt_dump_file.
* toplev.c: Move dump_file and dump_file_name to dumpfile.c.
* tree-vect-loop-manip.c: Replace all uses of dump_kind_p with
dump_enabled_p.
* tree-vectorizer.c: Likewise.
* tree-vect-loop.c: Likewise.
* tree-vect-data-refs.c: Likewise.
* tree-vect-patterns.c: Likewise.
* tree-vect-stmts.c: Likewise.
* tree-vect-slp.c: Likewise.
From-SVN: r192773
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions