diff options
Diffstat (limited to 'gcc/lto-cgraph.cc')
-rw-r--r-- | gcc/lto-cgraph.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-cgraph.cc b/gcc/lto-cgraph.cc index 8439c51..ec34f65 100644 --- a/gcc/lto-cgraph.cc +++ b/gcc/lto-cgraph.cc @@ -1303,7 +1303,7 @@ input_node (struct lto_file_decl_data *file_data, { node = dyn_cast<cgraph_node *> (nodes[clone_ref])->create_clone (fn_decl, profile_count::uninitialized (), false, - vNULL, false, NULL, NULL); + vNULL, false, NULL, NULL, NULL); } else { |