]> git.ipfire.org Git - thirdparty/gcc.git/commit
gimple.h (gimplify_seq_add_stmt): Rename to...
authorJakub Jelinek <jakub@redhat.com>
Mon, 19 Dec 2011 14:25:28 +0000 (15:25 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 19 Dec 2011 14:25:28 +0000 (15:25 +0100)
commita1a6c5b26a1b92a2e64f5373139f80aafd8bde81
tree5a5dba2def17409a595c0e5e97e17cfa58374adf
parent77753f4dae3cd3188442e3137e6a4c4040d6e644
gimple.h (gimplify_seq_add_stmt): Rename to...

* gimple.h (gimplify_seq_add_stmt): Rename to...
(gimple_seq_add_stmt_without_update): ... this.
* gimplify.c (gimplify_seq_add_stmt): Rename to...
(gimple_seq_add_stmt_without_update): ... this.
(gimplify_seq_add_stmt): New inline wrapper for it.
* tree-vect-patterns.c (append_pattern_def_seq): Use
gimple_seq_add_stmt_without_update instead of gimplify_seq_add_stmt.

* cp-gimplify.c (gimplify_must_not_throw_expr): Use
gimple_seq_add_stmt_without_update instead of gimplify_seq_add_stmt.

From-SVN: r182482
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/cp-gimplify.c
gcc/gimple.h
gcc/gimplify.c
gcc/tree-vect-patterns.c