mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Fix newlines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121233 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
94038281af
commit
6171ab69f4
@ -813,7 +813,8 @@ end-user to factor out commonality from the records.</p>
|
||||
apply, and one or more records to bind the values in. Here are some
|
||||
examples:</p>
|
||||
|
||||
<pre class="doc_code">
|
||||
<div class="doc_code">
|
||||
<pre>
|
||||
<b>let</b> isTerminator = 1, isReturn = 1, isBarrier = 1, hasCtrlDep = 1 <b>in</b>
|
||||
<b>def</b> RET : I<0xC3, RawFrm, (outs), (ins), "ret", [(X86retflag 0)]>;
|
||||
|
||||
@ -830,6 +831,7 @@ examples:</p>
|
||||
"call\t{*}$dst", []>;
|
||||
}
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<p>File-scope "let" expressions are often useful when a couple of definitions
|
||||
need to be added to several records, and the records do not otherwise need to be
|
||||
|
Loading…
x
Reference in New Issue
Block a user