[LLVMdev] What am I doing wrong here...

Sarah Thompson thompson at email.arc.nasa.gov
Tue Oct 30 16:22:11 PDT 2007


>   CallInst *faddr = new CallInst(LLVMFrameAddress, "", np);
>   new CallInst(MCPTraceStack, faddr, "", np);
>
>   

Fixed it myself. I should have been passing in an int32 to 
llvm.frameaddress. Me = stupid.

Sarah



More information about the llvm-dev mailing list