Commit 58c60e52 by Gabriel Dos Reis Committed by Gabriel Dos Reis

timevar.def (TV_OVERLOAD, [...]): New timevar_id enumerations.

        * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
        timevar_id enumerations.

From-SVN: r61873
parent 81cc3b50
2003-01-26 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
* timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
timevar_id enumerations.
2003-01-26 Kazu Hirata <kazu@cs.umass.edu> 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
* combine.c: Fix formatting. * combine.c: Fix formatting.
......
...@@ -52,6 +52,8 @@ DEFTIMEVAR (TV_CPP , "preprocessing") ...@@ -52,6 +52,8 @@ DEFTIMEVAR (TV_CPP , "preprocessing")
DEFTIMEVAR (TV_LEX , "lexical analysis") DEFTIMEVAR (TV_LEX , "lexical analysis")
DEFTIMEVAR (TV_PARSE , "parser") DEFTIMEVAR (TV_PARSE , "parser")
DEFTIMEVAR (TV_NAME_LOOKUP , "name lookup") DEFTIMEVAR (TV_NAME_LOOKUP , "name lookup")
DEFTIMEVAR (TV_OVERLOAD , "overload resolution")
DEFTIMEVAR (TV_TEMPLATE_INSTANTIATION, "template instantiation")
DEFTIMEVAR (TV_EXPAND , "expand") DEFTIMEVAR (TV_EXPAND , "expand")
DEFTIMEVAR (TV_VARCONST , "varconst") DEFTIMEVAR (TV_VARCONST , "varconst")
DEFTIMEVAR (TV_INTEGRATION , "integration") DEFTIMEVAR (TV_INTEGRATION , "integration")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment