search for: 996f9a0c

Displaying 3 results from an estimated 3 matches for "996f9a0c".

Did you mean: 996f5a0
2009 Sep 06
0
[LLVMdev] disable insertion of unreachables
What do you mean by "terminating function call"? Is it one with the "noreturn" attribute? if so, the assembly language docs say that program behavior is undefined if such a function ever returns. If your function could possibly return, it needs to not have that attribute. On Sun, Sep 6, 2009 at 4:49 PM, Max Stonebraker<max.stonebraker at gmail.com> wrote: > Hello
2009 Sep 06
2
[LLVMdev] disable insertion of unreachables
Hello all, LLVM inserts unreachable instructions after every call to a terminating function. Is there a way to disable this feature so that it treats terminating function calls like any other function call, so the unreachable instruction would not be inserted? Unfortunately, simply removing the unreachable instructions after the fact would not suffice for my needs because I need to preserve the
2009 Sep 09
3
[LLVMdev] disable insertion of unreachables
...ist > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090908/996f9a0c/attachment.html>