diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 54322bf94b5..ff9e4048b6c 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -16037,7 +16037,7 @@ tree_single_nonzero_warnv_p (tree t, bool *strict_overflow_p) { struct symtab_node *symbol; - symbol = symtab_get_node (base); + symbol = symtab_node::get (base); if (symbol) return symbol->nonzero_address (); else |