]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/aarch64/aarch64-sve-builtins.cc
Change references of .c files to .cc files
[thirdparty/gcc.git] / gcc / config / aarch64 / aarch64-sve-builtins.cc
index 6d8f2f0649f44ff6f289aebcb123915239c3e6b0..3381726027d9d2540e55d6080deec8cb5c715280 100644 (file)
@@ -1009,7 +1009,7 @@ function_builder::add_function (const function_instance &instance,
      consistent numbering scheme for function codes between the C and C++
      frontends, so that everything ties up in LTO.
 
-     Currently, tree-streamer-in.c:unpack_ts_function_decl_value_fields
+     Currently, tree-streamer-in.cc:unpack_ts_function_decl_value_fields
      validates that tree nodes returned by TARGET_BUILTIN_DECL are non-NULL and
      some node other than error_mark_node. This is a holdover from when builtin
      decls were streamed by code rather than by value.