Re: Where are bsi_ functions as mentioned in gcc internals-cfg section?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jeff Saremi <jeffsaremi@xxxxxxxxx> writes:

> i'm going through building a basic plugin to analyze cfg. Reading
> through the CFG section of the internals there are a lot of refernces
> and a few lines of sample code to "block_stmt_iterator" and functions
> such as "bsi_start" however I cannot locate any of these in the code
> (gcc 4.5.0). Did i perhaps missed something during the download,
> config, or build?

In gcc 4.4 the main IR changed to GIMPLE, which works slightly
differently.  Instead of block_stmt_iterator use gimple_stmt_iterator.
Instead of bsi_start use gsi_start.

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux