diff options
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 4f93713b889..dd99dc830b6 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -298,6 +298,8 @@ public: int uid; /* ID assigned by the profiling. */ unsigned int profile_id; + /* Time profiler: first run of function. */ + int tp_first_run; /* Set when decl is an abstract function pointed to by the ABSTRACT_DECL_ORIGIN of a reachable function. */ |