how to load a cfg from a file by tree-ssa
Diego Novillo
dnovillo@redhat.com
Fri Nov 24 19:54:00 GMT 2006
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.org/ml/gcc/2006-11/msg00576.html. You can then convert
it to whichever C data structure you want.
More information about the Gcc
mailing list