summaryrefslogtreecommitdiff
path: root/gcc/go/go-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go/go-lang.c')
-rw-r--r--gcc/go/go-lang.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/go/go-lang.c b/gcc/go/go-lang.c
index 576e35f7551..6abe3b84789 100644
--- a/gcc/go/go-lang.c
+++ b/gcc/go/go-lang.c
@@ -86,9 +86,7 @@ struct GTY(()) language_function
static bool
go_langhook_init (void)
{
- build_common_tree_nodes (false);
-
- build_common_tree_nodes_2 (0);
+ build_common_tree_nodes (false, false);
/* We must create the gogo IR after calling build_common_tree_nodes
(because Gogo::define_builtin_function_trees refers indirectly