[PATCH] Rename gimplify_seq_add_stmt

2011-12-19 Thread Jakub Jelinek
Hi! This patch renames gimplify_seq_add_stmt to gimple_seq_add_stmt_without_update so that it is more clear what it does, keeping the old name because it is shorter inside of gimplify.c to avoid having to reformat it. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2011-12-1

Re: [PATCH] Rename gimplify_seq_add_stmt

2011-12-19 Thread Richard Guenther
On Mon, 19 Dec 2011, Jakub Jelinek wrote: > Hi! > > This patch renames gimplify_seq_add_stmt to > gimple_seq_add_stmt_without_update so that it is more clear what > it does, keeping the old name because it is shorter inside > of gimplify.c to avoid having to reformat it. > > Bootstrapped/regtest