diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index e9067b0e1ee..f09e0d06420 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -813,7 +813,8 @@ end-user to factor out commonality from the records.

apply, and one or more records to bind the values in. Here are some examples:

-
+
+
 let isTerminator = 1, isReturn = 1, isBarrier = 1, hasCtrlDep = 1 in
   def RET : I<0xC3, RawFrm, (outs), (ins), "ret", [(X86retflag 0)]>;
 
@@ -830,6 +831,7 @@ examples:

"call\t{*}$dst", []>; }
+

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