diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-21 09:07:52 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-21 09:07:52 +0000 |
commit | c376c8d3136602addba5a4e49dcc3f920999069e (patch) | |
tree | 46f42fd6a5ffbbc0708e3f6c9dbb4f490f663b39 /gcc/gimple.h | |
parent | 4a5d167df1662b4f709186178aa8ab842dd87a8b (diff) | |
download | gcc-c376c8d3136602addba5a4e49dcc3f920999069e.tar.gz |
2011-12-21 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 182564 using svnmerge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@182569 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r-- | gcc/gimple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h index 487b516cbd3..9ac8f26c55f 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -226,7 +226,7 @@ void gimple_seq_add_stmt (gimple_seq *, gimple); similar to gimple_seq_add_stmt, but does not scan the operands. During gimplification, we need to manipulate statement sequences before the def/use vectors have been constructed. */ -void gimplify_seq_add_stmt (gimple_seq *, gimple); +void gimple_seq_add_stmt_without_update (gimple_seq *, gimple); /* Allocate a new sequence and initialize its first element with STMT. */ |