aboutsummaryrefslogtreecommitdiff
path: root/docs/TableGenFundamentals.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-03-27 11:25:16 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-03-27 11:25:16 +0000
commit9c55f5965ba337469466fafec364b0ea6eca459f (patch)
tree903cdd18afaf11f5cf5e34f76cd082b1d1b0f730 /docs/TableGenFundamentals.html
parentdacffb6679ff99fec4cc9c54f4257d2913870d01 (diff)
llvm/docs/*.html: Fix markups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153508 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r--docs/TableGenFundamentals.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html
index 45baf19845..b401c7a49f 100644
--- a/docs/TableGenFundamentals.html
+++ b/docs/TableGenFundamentals.html
@@ -420,7 +420,7 @@ which case the user must specify it explicitly.</dd>
<dt><tt>str1#str2</tt></dt>
<dd>"#" (paste) is a shorthand for !strconcat. It may concatenate
things that are not quoted strings, in which case an implicit
- !cast<string> is done on the operand of the paste.</dd>
+ !cast&lt;string&gt; is done on the operand of the paste.</dd>
<dt><tt>!cast&lt;type&gt;(a)</tt></dt>
<dd>A symbol of type <em>type</em> obtained by looking up the string 'a' in
the symbol table. If the type of 'a' does not match <em>type</em>, TableGen