]> git.ipfire.org Git - thirdparty/gcc.git/commit
gimple.h (gimple_call_set_chain): Accept SSA variables.
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 13 Aug 2008 19:38:39 +0000 (19:38 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 13 Aug 2008 19:38:39 +0000 (19:38 +0000)
commit7aec7a38d7283e5eb83db7f0dc9556202214c5f0
tree923c9ec3f6319b2aca98cf53c729f7eb221b396c
parent70a1c2f9595135edb6224c2cc1006968f3416cb2
gimple.h (gimple_call_set_chain): Accept SSA variables.

* gimple.h (gimple_call_set_chain): Accept SSA variables.
* tree-ssa-pre.c (create_component_ref_by_pieces_1) <CALL_EXPR>:
Rematerialize the static chain, if any.
* tree-ssa-sccvn.c (copy_reference_ops_from_call): Also copy the
static chain.

From-SVN: r139072
gcc/ChangeLog
gcc/gimple.h
gcc/tree-ssa-pre.c
gcc/tree-ssa-sccvn.c