summaryrefslogtreecommitdiff
path: root/docs/TableGenFundamentals.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-12-08 02:46:25 +0000
committerBill Wendling <isanbard@gmail.com>2010-12-08 02:46:25 +0000
commit6171ab69f49c0ed2b101884f2f86dfce049c869f (patch)
tree7684d12a06578b9d95683d46deb0bd0c1ed8fdf5 /docs/TableGenFundamentals.html
parent94038281af41dab4bff4874d02932b50f70eb6f8 (diff)
downloadllvm-6171ab69f49c0ed2b101884f2f86dfce049c869f.tar.gz
llvm-6171ab69f49c0ed2b101884f2f86dfce049c869f.tar.bz2
llvm-6171ab69f49c0ed2b101884f2f86dfce049c869f.tar.xz
Fix newlines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r--docs/TableGenFundamentals.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html
index e9067b0e1e..f09e0d0642 100644
--- a/docs/TableGenFundamentals.html
+++ b/docs/TableGenFundamentals.html
@@ -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