Rask Ingemann Lambertsen wrote:
> On Sat, Jun 16, 2007 at 11:36:00PM -0400, Kenneth Zadeck wrote:
>
>>> Try:
>>>
>>> df_note_add_problem ();
>>> df_analyze ();
>>> --
>>> #pragma ident "Seongbae Park, compiler, http://seongbae.blogspot.com";
>>>
>> What Seongbae said is correct. However,
On Sat, Jun 16, 2007 at 11:36:00PM -0400, Kenneth Zadeck wrote:
> >
> > Try:
> >
> > df_note_add_problem ();
> > df_analyze ();
> > --
> > #pragma ident "Seongbae Park, compiler, http://seongbae.blogspot.com";
>
> What Seongbae said is correct. However, what Seongbae failed to say is
> that you
> On 6/16/07, Rask Ingemann Lambertsen <[EMAIL PROTECTED]> wrote:
> >I need some help making m68hc11_reorg() work after the dataflow merge, in
> > particular this bit:
> >
> > /* Re-create the REG_DEAD notes. These notes are used in the machine
> > description to use the best assembly d
On 6/16/07, Rask Ingemann Lambertsen <[EMAIL PROTECTED]> wrote:
I need some help making m68hc11_reorg() work after the dataflow merge, in
particular this bit:
/* Re-create the REG_DEAD notes. These notes are used in the machine
description to use the best assembly directives. */
if
I need some help making m68hc11_reorg() work after the dataflow merge, in
particular this bit:
/* Re-create the REG_DEAD notes. These notes are used in the machine
description to use the best assembly directives. */
if (optimize)
{
/* Before recomputing the REG_DEAD notes,