OSDN Git Service

* gcc.dg/graphite/block-3.c: Add dg-timeout-factor.
[pf3gnuchains/gcc-fork.git] / gcc / plugin.def
index b4e541e..4a40c2c 100644 (file)
@@ -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)