Re: how to load a cfg from a file by tree-ssa

2006-11-24 Thread Diego Novillo
Rob Quill wrote on 11/23/06 12:41: I haven't looked into this yet, but as I think I may need to be able to do something similar, is it possible to parse the cfg file that is given out, and build a C structure like that? Parsing a CFG dump is trivial. See the script I posted in http://gcc.gnu.o

Re: how to load a cfg from a file by tree-ssa

2006-11-24 Thread Rob Quill
On 24/11/06, Paolo Bonzini <[EMAIL PROTECTED]> wrote: Rob Quill wrote: > On 24/11/06, Paolo Bonzini <[EMAIL PROTECTED]> wrote: >> Rob Quill wrote: >> > I haven't looked into this yet, but as I think I may need to be able >> > to do something similar, is it possible to parse the cfg file that is >

Re: how to load a cfg from a file by tree-ssa

2006-11-24 Thread Paolo Bonzini
Rob Quill wrote: On 24/11/06, Paolo Bonzini <[EMAIL PROTECTED]> wrote: Rob Quill wrote: > I haven't looked into this yet, but as I think I may need to be able > to do something similar, is it possible to parse the cfg file that is > given out, and build a C structure like that? It seems to me t

Re: how to load a cfg from a file by tree-ssa

2006-11-24 Thread Rob Quill
On 24/11/06, Paolo Bonzini <[EMAIL PROTECTED]> wrote: Rob Quill wrote: > I haven't looked into this yet, but as I think I may need to be able > to do something similar, is it possible to parse the cfg file that is > given out, and build a C structure like that? It seems to me that the answer had

Re: how to load a cfg from a file by tree-ssa

2006-11-23 Thread Paolo Bonzini
Rob Quill wrote: I haven't looked into this yet, but as I think I may need to be able to do something similar, is it possible to parse the cfg file that is given out, and build a C structure like that? It seems to me that the answer had been already given in the message you fully quoted: we ca

Re: how to load a cfg from a file by tree-ssa

2006-11-23 Thread Rob Quill
I haven't looked into this yet, but as I think I may need to be able to do something similar, is it possible to parse the cfg file that is given out, and build a C structure like that? Thanks Rob On 21/11/06, Paolo Bonzini <[EMAIL PROTECTED]> wrote: > but i don't know how to load that file in