Re: Fixing m68hc11 reorg after dataflow merge

2007-06-17 Thread Kenneth Zadeck
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,

Re: Fixing m68hc11 reorg after dataflow merge

2007-06-16 Thread Rask Ingemann Lambertsen
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

Re: Fixing m68hc11 reorg after dataflow merge

2007-06-16 Thread Kenneth Zadeck
> 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

Re: Fixing m68hc11 reorg after dataflow merge

2007-06-16 Thread Seongbae Park (박성배, 朴成培)
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

Fixing m68hc11 reorg after dataflow merge

2007-06-16 Thread Rask Ingemann Lambertsen
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,