From f258ad62e3ede7069fa9d3926d6377c111f9c6e5 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Mon, 8 Feb 2016 17:18:57 +0000 Subject: jit: fix build after r233218 (build_common_tree_nodes) gcc/jit/ChangeLog: * dummy-frontend.c (jit_langhook_init): Remove second argument to build_common_tree_nodes to track r233218. From-SVN: r233222 --- gcc/jit/dummy-frontend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/jit/dummy-frontend.c') diff --git a/gcc/jit/dummy-frontend.c b/gcc/jit/dummy-frontend.c index 4aebc0a..7194ba6 100644 --- a/gcc/jit/dummy-frontend.c +++ b/gcc/jit/dummy-frontend.c @@ -105,7 +105,7 @@ jit_langhook_init (void) registered_root_tab = true; } - build_common_tree_nodes (false, false); + build_common_tree_nodes (false); /* I don't know why this has to be done explicitly. */ void_list_node = build_tree_list (NULL_TREE, void_type_node); -- cgit v1.1