]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/nvptx/nvptx.c
Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCE
[thirdparty/gcc.git] / gcc / config / nvptx / nvptx.c
index b37f9238024d9fd7a0db7e58c8fde7af6ca51c0b..90171a957840742bb172754341dcdf98b6cbb4ae 100644 (file)
@@ -550,10 +550,7 @@ nvptx_function_incoming_arg (cumulative_args_t cum_v,
 /* Implement TARGET_FUNCTION_ARG_ADVANCE.  */
 
 static void
-nvptx_function_arg_advance (cumulative_args_t cum_v,
-                           machine_mode ARG_UNUSED (mode),
-                           const_tree ARG_UNUSED (type),
-                           bool ARG_UNUSED (named))
+nvptx_function_arg_advance (cumulative_args_t cum_v, const function_arg_info &)
 {
   CUMULATIVE_ARGS *cum = get_cumulative_args (cum_v);