search for: 5c03c44a

Displaying 3 results from an estimated 3 matches for "5c03c44a".

Did you mean: 5c036c46a
2010 Mar 02
1
[LLVMdev] parameter attributes and function types
...that should help keep the next poor sod from getting confused. -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm.patch Type: application/octet-stream Size: 2907 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100301/5c03c44a/attachment.obj> -------------- next part -------------- — j h woodyatt <jhw at conjury.org> http://jhw.vox.com/
2010 Mar 02
0
[LLVMdev] parameter attributes and function types
On Mon, Mar 1, 2010 at 8:20 PM, james woodyatt <jhw at conjury.org> wrote: > On Mar 1, 2010, at 09:56, james woodyatt wrote: >> On Mar 1, 2010, at 04:43, Duncan Sands wrote: >>> >>> Where exactly?  I don't see it in the online version. >> >> See <http://llvm.org/docs/LangRef.html#t_function> and look at the second example: >> >>  
2010 Mar 02
1
[LLVMdev] parameter attributes and function types
On Mar 1, 2010, at 09:56, james woodyatt wrote: > On Mar 1, 2010, at 04:43, Duncan Sands wrote: >> >> Where exactly? I don't see it in the online version. > > See <http://llvm.org/docs/LangRef.html#t_function> and look at the second example: > > float (i16 signext, i32 *) * > > Pointer to a function that takes an i16 that should be sign extended