diff options
Diffstat (limited to 'gcc/cgraphbuild.c')
-rw-r--r-- | gcc/cgraphbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphbuild.c b/gcc/cgraphbuild.c index 832fa6eab90..6706c4520fb 100644 --- a/gcc/cgraphbuild.c +++ b/gcc/cgraphbuild.c @@ -152,7 +152,7 @@ build_cgraph_edges (void) } /* Look for initializers of constant variables and private statics. */ - for (step = cfun->unexpanded_var_list; + for (step = cfun->local_decls; step; step = TREE_CHAIN (step)) { |