Fix newlines.

llvm-svn: 121233
This commit is contained in:
Bill Wendling 2010-12-08 02:46:25 +00:00
parent c1c4e9589a
commit 7a05f00ade
1 changed files with 3 additions and 1 deletions

View File

@ -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&lt;0xC3, RawFrm, (outs), (ins), "ret", [(X86retflag 0)]&gt;;
@ -830,6 +831,7 @@ examples:</p>
"call\t{*}$dst", []&gt;;
}
</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