diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 3e35842..a6ee6ed 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -893,7 +893,7 @@ copy_cfg_body (copy_body_data * id, gcov_type count, int frequency, *new_cfun = *DECL_STRUCT_FUNCTION (callee_fndecl); new_cfun->cfg = NULL; new_cfun->decl = new_fndecl = copy_node (callee_fndecl); - new_cfun->ib_boundaries_block = (varray_type) 0; + new_cfun->ib_boundaries_block = NULL; DECL_STRUCT_FUNCTION (new_fndecl) = new_cfun; push_cfun (new_cfun); init_empty_tree_cfg (); |