This is the mail archive of the gcc-patches@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]

Re: [patch] Move register_pass into passes.c


Sriraman Tallam <tmsriram@google.com> writes:

> 	* doc/plugins.texi: Change plugin_pass to register_pass_info.
> 	* testsuite/gcc.dg/plugin/selfassign.c (plugin_init): Change
> 	plugin_pass to register_pass_info.
> 	* testsuite/gcc.dg/plugin/one_time_plugin.c (plugin_init): Change
> 	plugin_pass to register_pass_info.
> 	* testsuite/g++.dg/plugin/selfassign.c (plugin_init): Change
> 	plugin_pass to register_pass_info.
> 	* testsuite/g++.dg/plugin/dumb_plugin.c (plugin_init): Change
> 	plugin_pass to register_pass_info.

This is OK.

Thanks.

Ian


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