aboutsummaryrefslogtreecommitdiff
path: root/gcc/plugin.def
diff options
context:
space:
mode:
authorBrian Hackett <bhackett1024@gmail.com>2009-12-21 20:37:49 +0000
committerRafael Espindola <espindola@gcc.gnu.org>2009-12-21 20:37:49 +0000
commit1c701f96a5b1b4c647e5c128b8f4ad2184796a65 (patch)
tree0860091bd9a985e741872ce5c45ed4bcc5b21593 /gcc/plugin.def
parent78e36824107c5852df78560d7611c84d28fe9712 (diff)
downloadgcc-1c701f96a5b1b4c647e5c128b8f4ad2184796a65.zip
gcc-1c701f96a5b1b4c647e5c128b8f4ad2184796a65.tar.gz
gcc-1c701f96a5b1b4c647e5c128b8f4ad2184796a65.tar.bz2
decl.c (finish_function): Rename pre-genericize event.
2009-12-21 Brian Hackett <bhackett1024@gmail.com> * decl.c (finish_function): Rename pre-genericize event. 2009-12-21 Brian Hackett <bhackett1024@gmail.com> * 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
Diffstat (limited to 'gcc/plugin.def')
-rw-r--r--gcc/plugin.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/plugin.def b/gcc/plugin.def
index b4e541e..4a40c2c 100644
--- a/gcc/plugin.def
+++ b/gcc/plugin.def
@@ -27,8 +27,8 @@ DEFEVENT (PLUGIN_FINISH_TYPE)
/* Useful for summary processing. */
DEFEVENT (PLUGIN_FINISH_UNIT)
-/* Allows to see low level AST in C++ FE. */
-DEFEVENT (PLUGIN_CXX_CP_PRE_GENERICIZE)
+/* Allows to see low level AST in C and C++ frontends. */
+DEFEVENT (PLUGIN_PRE_GENERICIZE)
/* Called before GCC exits. */
DEFEVENT (PLUGIN_FINISH)