Control Flow Graph
Diego Novillo
dnovillo@redhat.com
Wed Nov 15 15:21:00 GMT 2006
albino aiello wrote on 11/15/06 10:14:
> Thanks, but i want to use the .cfg file to construct directly a
> tree_cfg in C language using the TREE SSA libraries of gcc.
There is no such thing as a tree ssa library. If you are adding a pass
to GCC, then you already have the CFG at your disposal. In fact, you
are pretty much forced to work over the CFG. If you want to use this
functionality outside of GCC, I'm afraid you cannot do that (without a
lot of work).
More information about the Gcc
mailing list