aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r--gcc/langhooks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c
index 64ff68bdc72..5d13110422c 100644
--- a/gcc/langhooks.c
+++ b/gcc/langhooks.c
@@ -183,8 +183,8 @@ lhd_set_decl_assembler_name (tree decl)
}
/* Type promotion for variable arguments. */
-tree
-lhd_type_promotes_to (tree ARG_UNUSED (type))
+ttype *
+lhd_type_promotes_to (ttype_p ARG_UNUSED (type))
{
gcc_unreachable ();
}