This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Insertng a call function
- From: Diego Novillo <dnovillo at redhat dot com>
- To: drizzle drizzle <drizzle76 at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 28 Jul 2005 14:15:57 -0400
- Subject: Re: Insertng a call function
- References: <7326d8e4050728101594b67c1@mail.gmail.com>
On Thu, Jul 28, 2005 at 01:15:22PM -0400, drizzle drizzle wrote:
> I am inserting a call stmt in linear_transform_loops. Al though
> the call statement gets inserted , the compilation breaks. Can some
> one help me identify if I am missing some information in the call
> node that I create (thanks Daniel for all the help until now)
>
Check gomp-20050608-branch. gimple-low.c:create_gomp_fn takes a
block of code, puts it inside a new function F and replaces the
block of code with a call to F.