aboutsummaryrefslogtreecommitdiff
path: root/gcc/multiple_target.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/multiple_target.c')
-rw-r--r--gcc/multiple_target.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/multiple_target.c b/gcc/multiple_target.c
index 7aea684..968c8cf 100644
--- a/gcc/multiple_target.c
+++ b/gcc/multiple_target.c
@@ -311,9 +311,8 @@ create_target_clone (cgraph_node *node, bool definition, char *name,
if (definition)
{
new_node = node->create_version_clone_with_body (vNULL, NULL,
- NULL, false,
- NULL, NULL,
- name, attributes);
+ NULL, NULL,
+ NULL, name, attributes);
if (new_node == NULL)
return NULL;
new_node->force_output = true;