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: Insertng a call function


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.


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