tree-pass.h (get_current_pass_name): Removed.

2015-07-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * tree-pass.h (get_current_pass_name): Removed.

From-SVN: r226121
This commit is contained in:
Bernd Edlinger 2015-07-23 19:01:03 +00:00 committed by Bernd Edlinger
parent 04e4dbd07c
commit 0358f01b2e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-07-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
* tree-pass.h (get_current_pass_name): Removed.
2015-07-23 Alexandre Oliva <aoliva@redhat.com>
PR rtl-optimization/64164

View File

@ -607,7 +607,6 @@ extern void execute_all_ipa_stmt_fixups (struct cgraph_node *, gimple *);
extern bool pass_init_dump_file (opt_pass *);
extern void pass_fini_dump_file (opt_pass *);
extern const char *get_current_pass_name (void);
extern void print_current_pass (FILE *);
extern void debug_pass (void);
extern void ipa_write_summaries (void);