cgraph.h: Update copyrights;
[gcc.git] / gcc / c-family / c-gimplify.c
index f45650bb1d8633fe406c88b76d7254c3f55dc4ab..b39201c215de84c55a5512160b8811201c0ba1ca 100644 (file)
@@ -100,7 +100,7 @@ c_genericize (tree fndecl)
   /* Dump all nested functions now.  */
   cgn = cgraph_get_create_node (fndecl);
   for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested)
-    c_genericize (cgn->decl);
+    c_genericize (cgn->symbol.decl);
 }
 
 static void