diff options
author | Tom de Vries <tom@codesourcery.com> | 2015-05-13 09:06:18 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2015-05-13 09:06:18 +0000 |
commit | fcd424cecbe8874404fc92520954ec806e7886fc (patch) | |
tree | 329af8074710a22884ff6b12ff17c6f07afbea73 /gcc/gimplify.h | |
parent | 7947dd0bdf9cfe2a704355b1e5d7c7f786c67b9b (diff) | |
download | gcc-fcd424cecbe8874404fc92520954ec806e7886fc.zip gcc-fcd424cecbe8874404fc92520954ec806e7886fc.tar.gz gcc-fcd424cecbe8874404fc92520954ec806e7886fc.tar.bz2 |
Gimplify va_arg ap based on do_deref
2015-05-13 Tom de Vries <tom@codesourcery.com>
PR tree-optimization/66010
* gimplify.h (gimplify_va_arg_internal): Remove declaration.
* gimplify.c (gimplify_va_arg_internal): Remove and inline into ...
* tree-stdarg.c (expand_ifn_va_arg_1): ... here. Choose between lval
and rval based on do_deref.
From-SVN: r223120
Diffstat (limited to 'gcc/gimplify.h')
-rw-r--r-- | gcc/gimplify.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gimplify.h b/gcc/gimplify.h index 83bf525..615925c 100644 --- a/gcc/gimplify.h +++ b/gcc/gimplify.h @@ -82,7 +82,6 @@ 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, 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 |