From 7a05f00ade88598eed4791a349c62535174725ce Mon Sep 17 00:00:00 2001
From: Bill Wendling
Date: Wed, 8 Dec 2010 02:46:25 +0000
Subject: [PATCH] Fix newlines.
llvm-svn: 121233
---
llvm/docs/TableGenFundamentals.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html
index e9067b0e1ee6..f09e0d06420e 100644
--- a/llvm/docs/TableGenFundamentals.html
+++ b/llvm/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