search for: 4e9c68b7

Displaying 3 results from an estimated 3 matches for "4e9c68b7".

2010 Sep 26
0
[LLVMdev] LLVM Exception Handling
On 26 September 2010 18:56, Nathan Jeffords <blunted2night at gmail.com> wrote: > The syntax for the invoke instruction is a little misleading. %x is a value > that is being generated by the instruction, not passed to is. It is no > different in thatĀ regardĀ as to say '%x = call @eh.exception ...'. Since you > don't specify the type in that type of assignment, I chose
2010 Sep 26
3
[LLVMdev] LLVM Exception Handling
...rights, eliminate DRM, learn more at > http://www.defectivebydesign.org/what_is_drm > I will continue my response in your next message. -Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100926/4e9c68b7/attachment.html>
2010 Sep 26
2
[LLVMdev] LLVM Exception Handling
On Sun, Sep 26, 2010 at 4:19 AM, Renato Golin <rengolin at systemcall.org>wrote: > On 25 September 2010 23:46, Nathan Jeffords <blunted2night at gmail.com> > wrote: > > catch: > > %v = ptrtoint i8 * %x to i32 > > %r = icmp eq i32 %v, 255 > > br i1 %r, label %bad, label %worse > > bad: > > ret i32 -1 > > worse: > > ret i32