<p>Sounds like you are using the C++ API.</p>
<p>You can store the value like: Value *val = Builder.CreateCall(...);</p>
<p>Then, for example, you can do: Builder.CreateAdd(val, val);</p>
<p>Or whatever else you want to program!</p>
<div class="gmail_quote">On Jul 4, 2012 11:13 AM, "Adelle Hartley" <<a href="mailto:adelle@akemi.com.au">adelle@akemi.com.au</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all.<br>
<br>
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.<br>

<br>
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 passing it to another call.<br>
<br>
Adelle.<br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div>