Re: [PATCH 1/2] LTO: split out writing of top level asm nodes

2011-09-30 Thread Jan Beulich
>>> On 30.09.11 at 14:34, Richard Guenther wrote: > On Fri, Sep 30, 2011 at 1:43 PM, Jan Beulich wrote: >> Split out LTO's writing of top level asm nodes in preparation of extending >> what needs to be written out when top level asm-s get enhanced to accept a >> limited set of input operands. >

Re: [PATCH 1/2] LTO: split out writing of top level asm nodes

2011-09-30 Thread Richard Guenther
On Fri, Sep 30, 2011 at 1:43 PM, Jan Beulich wrote: > Split out LTO's writing of top level asm nodes in preparation of extending > what needs to be written out when top level asm-s get enhanced to accept a > limited set of input operands. Ok with ... > gcc/ > 2011-09-30  Jan Beulich   > >      

[PATCH 1/2] LTO: split out writing of top level asm nodes

2011-09-30 Thread Jan Beulich
Split out LTO's writing of top level asm nodes in preparation of extending what needs to be written out when top level asm-s get enhanced to accept a limited set of input operands. gcc/ 2011-09-30 Jan Beulich * lto-cgraph.c (output_cgraph): Remove processing of 'cgraph_asm_nodes',