search for: 702b710d

Displaying 1 result from an estimated 1 matches for "702b710d".

Did you mean: 002b010d
2012 Jul 04
1
[LLVMdev] Non-tail calls
Hi all. I am using LLVM to develop a procedural language. Can anybody point me to an example that uses CreateCall for a non-tail call? I am having trouble doing anything with the return value from the call besides returning it immediately. i.e. Passing the CallInst created by CreateCall to CreateRet is working fine, but I am having trouble storing the returned value in a local variable or