This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/68247] Remove pass_first_instance


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68247

vries at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from vries at gcc dot gnu.org ---
https://gcc.gnu.org/ml/gcc-cvs/2015-11/msg00790.html :

Author: vries
Date: Mon Nov 16 12:40:50 2015
New Revision: 230420

URL: https://gcc.gnu.org/viewcvs?rev=230420&root=gcc&view=rev
Log:
Remove first_pass_instance

2015-11-16  Tom de Vries  <tom@codesourcery.com>

        * passes.c (first_pass_instance): Remove variable.
        (execute_todo): Remove setting of first_pass_instance.
        * tree-pass.h (first_pass_instance): Remove declaration.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/passes.c
    trunk/gcc/tree-pass.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]