aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tree-pass.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3e3f7b1..93647bb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index c47b22e..7b66a1c 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -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);