This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tuples][patch] Moving variable declaration to the top of the block


Oh, yes - committed as obvious.

On Tue, Apr 15, 2008 at 12:58 PM, Oleg Ryjkov <olegr@google.com> wrote:
> Hi,
>  Its the same problem that I had to fix in my previous patch. A
>  variable is declared below gcc_assert. This patch fixes it.
>  Oleg
>
>  2008-04-15  Oleg Ryjkov  <olegr@google.com>
>
>         * tree-ssa-dom.c (record_const_or_copy): Moving a variable
>  declaration to
>         the top of a block.
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]