From 1c701f96a5b1b4c647e5c128b8f4ad2184796a65 Mon Sep 17 00:00:00 2001 From: Brian Hackett Date: Mon, 21 Dec 2009 20:37:49 +0000 Subject: decl.c (finish_function): Rename pre-genericize event. 2009-12-21 Brian Hackett * decl.c (finish_function): Rename pre-genericize event. 2009-12-21 Brian Hackett * plugin.def: Rename pre-genericize event. * plugin.c (register_callback, invoke_plugin_callbacks): Same. * c-decl.c (finish_function): Invoke callbacks on above event. From-SVN: r155379 --- gcc/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/plugin.c') diff --git a/gcc/plugin.c b/gcc/plugin.c index 78f99ca..25e5b95 100644 --- a/gcc/plugin.c +++ b/gcc/plugin.c @@ -402,7 +402,7 @@ register_callback (const char *plugin_name, case PLUGIN_FINISH_TYPE: case PLUGIN_START_UNIT: case PLUGIN_FINISH_UNIT: - case PLUGIN_CXX_CP_PRE_GENERICIZE: + case PLUGIN_PRE_GENERICIZE: case PLUGIN_GGC_START: case PLUGIN_GGC_MARKING: case PLUGIN_GGC_END: @@ -483,7 +483,7 @@ invoke_plugin_callbacks (int event, void *gcc_data) case PLUGIN_FINISH_TYPE: case PLUGIN_START_UNIT: case PLUGIN_FINISH_UNIT: - case PLUGIN_CXX_CP_PRE_GENERICIZE: + case PLUGIN_PRE_GENERICIZE: case PLUGIN_ATTRIBUTES: case PLUGIN_PRAGMAS: case PLUGIN_FINISH: -- cgit v1.1