mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
update.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55809 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f8b94812a1
commit
cdc0669c73
@ -27,6 +27,7 @@
|
||||
<li><a href="#aliasstructure">Aliases</a>
|
||||
<li><a href="#paramattrs">Parameter Attributes</a></li>
|
||||
<li><a href="#gc">Garbage Collector Names</a></li>
|
||||
<li><a href="#notes">Function Notes</a></li>
|
||||
<li><a href="#moduleasm">Module-Level Inline Assembly</a></li>
|
||||
<li><a href="#datalayout">Data Layout</a></li>
|
||||
</ol>
|
||||
@ -917,7 +918,8 @@ the named garbage collection algorithm.</p>
|
||||
</div>
|
||||
|
||||
<div class="doc_text">
|
||||
<p>Each function may specify function notes.</p>
|
||||
<p>The function definition may list function notes which are used by
|
||||
various passes.</p>
|
||||
|
||||
<div class="doc_code">
|
||||
<pre>define void @f() notes(inline=Always) { ... }</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user