Hi Chayan, > Can any one tell me how to assign 'undef' to variable? I want to > assign each variable an undef, immediately after the alloca > instruction. by default an AllocaInst starts off with the memory implicitly set to undef. Ciao, Duncan.