From 6171ab69f49c0ed2b101884f2f86dfce049c869f Mon Sep 17 00:00:00 2001
From: Bill Wendling
Date: Wed, 8 Dec 2010 02:46:25 +0000
Subject: [PATCH] Fix newlines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121233 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/TableGenFundamentals.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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
--
2.34.1