From 7cf76184c4d8a8fa446b9f3126af2d468fed3a08 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Mon, 16 Nov 2015 12:40:50 +0000 Subject: Remove first_pass_instance 2015-11-16 Tom de Vries * passes.c (first_pass_instance): Remove variable. (execute_todo): Remove setting of first_pass_instance. * tree-pass.h (first_pass_instance): Remove declaration. From-SVN: r230420 --- gcc/tree-pass.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/tree-pass.h') diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index d647e73..dcd2d5e 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -629,12 +629,6 @@ extern void ipa_read_optimization_summaries (void); extern void register_one_dump_file (opt_pass *); extern bool function_called_by_processed_nodes_p (void); -/* Set to true if the pass is called the first time during compilation of the - current function. Note that using this information in the optimization - passes is considered not to be clean, and it should be avoided if - possible. */ -extern bool first_pass_instance; - /* Declare for plugins. */ extern void do_per_function_toporder (void (*) (function *, void *), void *); -- cgit v1.1