[llvm-commits] [llvm] r42214 - /llvm/trunk/docs/LangRef.html

Bill Wendling isanbard at gmail.com
Fri Sep 21 19:18:57 CDT 2007


On 9/21/07, Tanya Lattner <tonic at nondot.org> wrote:
>    declare i32 @llvm.annotation(i32 &lt;val&gt;, i8* &lt;str&gt;, i8* &lt;str&gt;, i32  &lt;int&gt; )
> +  declare i8 llvm.annotation(i8 &lt;val&gt;, i8* &lt;str&gt;, i8* &lt;str&gt;, i32  &lt;int&gt; )
> +  declare i16 llvm.annotation(i16 &lt;val&gt;, i8* &lt;str&gt;, i8* &lt;str&gt;, i32  &lt;int&gt; )

Do these get '@' too?

-bw



More information about the llvm-commits mailing list