aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/dummy-frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/jit/dummy-frontend.c')
-rw-r--r--gcc/jit/dummy-frontend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/jit/dummy-frontend.c b/gcc/jit/dummy-frontend.c
index 0e8a79bf75a..d0cb2cd1ff3 100644
--- a/gcc/jit/dummy-frontend.c
+++ b/gcc/jit/dummy-frontend.c
@@ -127,7 +127,7 @@ jit_langhook_parse_file (void)
gcc::jit::active_playback_ctxt->replay ();
}
-static tree
+static ttype *
jit_langhook_type_for_mode (enum machine_mode mode, int unsignedp)
{
if (mode == TYPE_MODE (float_type_node))
@@ -172,7 +172,7 @@ jit_langhook_type_for_mode (enum machine_mode mode, int unsignedp)
return NULL;
}
-static tree
+static ttype *
jit_langhook_type_for_size (unsigned int bits ATTRIBUTE_UNUSED,
int unsignedp ATTRIBUTE_UNUSED)
{