]> gcc.gnu.org Git - gcc.git/commit - gcc/gimple.cc
gimple-fold.c (gimplify_and_update_call_from_tree): Set gctx.into_ssa after push_gimp...
authorJakub Jelinek <jakub@redhat.com>
Mon, 26 Sep 2011 16:19:55 +0000 (18:19 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 26 Sep 2011 16:19:55 +0000 (18:19 +0200)
commit2186081438d522d8266dae13e9640447b7ad6189
tree1703d97374f453dce244795360190c541f24f0af
parent12b03642cb027437f4a0eddac8c7fd7849bfe149
gimple-fold.c (gimplify_and_update_call_from_tree): Set gctx.into_ssa after push_gimplify_context.

* gimple-fold.c (gimplify_and_update_call_from_tree): Set
gctx.into_ssa after push_gimplify_context.

* gimple.c (gimple_build_call_valist): New function.
* gimple.h (gimple_build_call_valist): New prototype.
* tree-ssa-propagate.c (finish_update_gimple_call): New function.
(update_gimple_call): Likewise.
(update_call_from_tree): Use finish_update_gimple_call.
* tree-ssa-propagate.h (update_gimple_call): New prototype.

From-SVN: r179204
gcc/ChangeLog
gcc/gimple-fold.c
gcc/gimple.c
gcc/gimple.h
gcc/tree-ssa-propagate.c
gcc/tree-ssa-propagate.h
This page took 0.060427 seconds and 5 git commands to generate.