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
This commit is contained in:
parent
98c3965210
commit
f258ad62e3
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2016-02-08 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* dummy-frontend.c (jit_langhook_init): Remove
|
||||
second argument to build_common_tree_nodes to
|
||||
track r233218.
|
||||
|
||||
2016-01-23 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
* jit-playback.c: Include pthread.h.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue