Re: instrument function call failed

2008-07-06 Thread Richard Guenther
On Sun, Jul 6, 2008 at 6:46 PM, Fern Moon <[EMAIL PROTECTED]> wrote: > Dear sir, > > I add a pass for the loop optimization. I try to add a function call > but failed due to ssa error. > > In order to verify the error, I just add a simple function call such > as time() without any parameter in the

instrument function call failed

2008-07-06 Thread Fern Moon
Dear sir, I add a pass for the loop optimization. I try to add a function call but failed due to ssa error. In order to verify the error, I just add a simple function call such as time() without any parameter in the first basic block. I will get the error: hello1.c: In function main hello1.c:5: