[LLVMdev] defference between a tail call instruction and a call instruction
Nabila ABDESSAIED
nabila.abdessaied at gmail.com
Thu Jul 7 10:43:49 PDT 2011
Hi all,
Please could you tell me the difference between tail call and call directly
?
could i pick up from a call instruction the name or the adress of the first
block of the called method?
for example i have this instruction:
call void @consumes(i32 9, i32 3, i32 2315337)
How to do to in a pass to pick up the first block of the callaed function
thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110707/e57fe336/attachment.html>
More information about the llvm-dev
mailing list