diff options
Diffstat (limited to 'gcc/tree-parloops.c')
-rw-r--r-- | gcc/tree-parloops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-parloops.c b/gcc/tree-parloops.c index afa2ed5..dafcdaa 100644 --- a/gcc/tree-parloops.c +++ b/gcc/tree-parloops.c @@ -1248,7 +1248,7 @@ create_loop_fn (void) TREE_USED (t) = 1; DECL_ARGUMENTS (decl) = t; - allocate_struct_function (decl); + allocate_struct_function (decl, false); /* The call to allocate_struct_function clobbers CFUN, so we need to restore it. */ |