diff options
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r-- | gcc/cp/decl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index b2a97ff..0c0695e 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -1410,7 +1410,7 @@ import_export_class (tree ctype) static bool var_finalized_p (tree var) { - return cgraph_varpool_node (var)->finalized; + return varpool_node (var)->finalized; } /* DECL is a VAR_DECL or FUNCTION_DECL which, for whatever reason, |