diff options
Diffstat (limited to 'gcc/gimplify.h')
-rw-r--r-- | gcc/gimplify.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/gimplify.h b/gcc/gimplify.h index bad8e0f..83bf525 100644 --- a/gcc/gimplify.h +++ b/gcc/gimplify.h @@ -82,8 +82,7 @@ extern void gimplify_function_tree (tree); extern enum gimplify_status gimplify_va_arg_expr (tree *, gimple_seq *, gimple_seq *); gimple gimplify_assign (tree, tree, gimple_seq *); -extern tree gimplify_va_arg_internal (tree, tree, location_t, gimple_seq *, - gimple_seq *); +extern tree gimplify_va_arg_internal (tree, tree, gimple_seq *, gimple_seq *); /* Return true if gimplify_one_sizepos doesn't need to gimplify expr (when in TYPE_SIZE{,_UNIT} and similar type/decl size/bitsize |