[llvm-commits] [llvm] r121233 - /llvm/trunk/docs/TableGenFundamentals.html

Bill Wendling isanbard at gmail.com
Tue Dec 7 18:46:26 PST 2010


Author: void
Date: Tue Dec  7 20:46:25 2010
New Revision: 121233

URL: http://llvm.org/viewvc/llvm-project?rev=121233&view=rev
Log:
Fix newlines.

Modified:
    llvm/trunk/docs/TableGenFundamentals.html

Modified: llvm/trunk/docs/TableGenFundamentals.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGenFundamentals.html?rev=121233&r1=121232&r2=121233&view=diff
==============================================================================
--- llvm/trunk/docs/TableGenFundamentals.html (original)
+++ llvm/trunk/docs/TableGenFundamentals.html Tue Dec  7 20:46:25 2010
@@ -813,7 +813,8 @@
 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 @@
                         "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





More information about the llvm-commits mailing list