Displaying 2 results from an estimated 2 matches for "abasicblock".
Did you mean:
basicblock
2009 Mar 06
3
[LLVMdev] Inserting annotations
Hello together,
how can i insert annotations in IR ?
I want actually write something like:
CallInst *call = CallInst::Create( ??? , aBasicBlock);
in my pass.
Regards
Raad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090305/cd1db761/attachment.html>
2009 Mar 06
0
[LLVMdev] Inserting annotations
...s between
instructions and your annotations,
--Kapil
On Thu, Mar 5, 2009 at 7:17 PM, RAAD B <raad_7007 at yahoo.com> wrote:
> Hello together,
>
> how can i insert annotations in IR ?
>
> I want actually write something like:
>
> CallInst *call = CallInst::Create( ??? , aBasicBlock);
>
> in my pass.
>
>
> Regards
> Raad
>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
----------...