Re: Loading Gimple from file

2013-01-28 Thread Chassin
On 01/28/2013 05:25 PM, Ian Lance Taylor wrote: On Mon, Jan 28, 2013 at 1:46 PM, Chassin wrote: is there any function allows loading Gimple output from file and create the internal Gimple structure ? Not to my knowledge, but see http://gcc.gnu.org/wiki/GimpleFrontEnd . Ian Thnx Ian i was l

Re: Loading Gimple from file

2013-01-28 Thread Ian Lance Taylor
On Mon, Jan 28, 2013 at 1:46 PM, Chassin wrote: > is there any function allows loading Gimple output from file and create the > internal Gimple structure ? Not to my knowledge, but see http://gcc.gnu.org/wiki/GimpleFrontEnd . Ian