This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GIMPLE example
On Mon, Jun 23, 2008 at 15:52, Fern Moon <fernmoon@gmail.com> wrote:
> Can you show me a piece of sample code
> to add a integer declaration statement and counter increasement statement in
> gcc ssa-form.
I have been collecting tutorials, examples and documentation pointers
in http://gcc.gnu.org/wiki/GettingStarted
The internals documentation that comes with the compiler is the
canonical place to start reading.
Diego.