This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Control Flow Graph


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).



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]