Insertng a call function
Diego Novillo
dnovillo@redhat.com
Thu Jul 28 18:16:00 GMT 2005
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.
More information about the Gcc
mailing list