mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Add noreturn function attribute.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c2df07095c
commit
2dc5201eae
@ -739,6 +739,10 @@ a power of 2.</p>
|
||||
<dt><tt>sret</tt></dt>
|
||||
<dd>This indicates that the parameter specifies the address of a structure
|
||||
that is the return value of the function in the source program.</dd>
|
||||
<dt><tt>noreturn</tt></dt>
|
||||
<dd>This function attribute indicates that the function never returns. This
|
||||
indicates to LLVM that every call to this function should be treated as if
|
||||
an <tt>unreachable</tt> instruction immediately followed the call.</dd>
|
||||
<dt><tt>nounwind</tt></dt>
|
||||
<dd>This function attribute indicates that the function type does not use
|
||||
the unwind instruction and does not allow stack unwinding to propagate
|
||||
|
Loading…
Reference in New Issue
Block a user