diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index e4523c7..0f611e1 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -1147,7 +1147,7 @@ add_method (tree type, tree method, tree using_decl) if (DECL_ASSEMBLER_NAME_SET_P (method)) mangle_decl (method); } - record_function_versions (fn, method); + cgraph_node::record_function_versions (fn, method); continue; } if (DECL_INHERITED_CTOR_BASE (method)) |