* gcc-plugin.h (enum plugin_event): Add PLUGIN_ALL_IPA_PASSES_START,
commit9792affee2e973d9a63e43d0a2e5a779afaee7a1
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Nov 2009 17:39:56 +0000 (16 17:39 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Nov 2009 17:39:56 +0000 (16 17:39 +0000)
treef3cebd10b6e633453908ed18282d48e3fe5d258a
parent36273f20426f7dd11e2fae2ab4b3a9213b5c7963
    * gcc-plugin.h (enum plugin_event): Add PLUGIN_ALL_IPA_PASSES_START,
        PLUGIN_ALL_IPA_PASSES_EXECUTION and PLUGIN_ALL_IPA_PASSES_END.
        * plugin.c (plugin_event_name_init): Name them.

        * gcc-plugin.h (enum event_parameter_type): Copied from
        highlev-plugin-internal.h .

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/ici-20091108-branch@154209 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/gcc-plugin.h
gcc/plugin.c