summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-11 23:46:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-11 23:46:06 +0000
commit065cc7fa58856dea6baba9a706a6d16f46a8528c (patch)
tree4ef891cb99779fc9053ec0b4ea010bdd0e409698 /docs/LangRef.html
parentefebe444aabbcb9769ee1415a077d77e15b72225 (diff)
downloadllvm-065cc7fa58856dea6baba9a706a6d16f46a8528c.tar.gz
llvm-065cc7fa58856dea6baba9a706a6d16f46a8528c.tar.bz2
llvm-065cc7fa58856dea6baba9a706a6d16f46a8528c.tar.xz
Missing end tag. Thanks, Nick.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35932 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index f83496e0e3..9f3ef0d852 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -4683,7 +4683,7 @@ to the <tt>%hi</tt>th bit.
<p>In reverse mode, a similar computation is made except that the bits replaced
wrap around to include both the highest and lowest bits. For example, if a
16 bit value is being replaced then <tt>%lo=8</tt> and <tt>%hi=4</tt> would
-cause these bits to be set: <tt>0xFF1F.</p>
+cause these bits to be set: <tt>0xFF1F</tt>.</p>
<h5>Examples:</h5>
<pre>
llvm.part.set(0xFFFF, 0, Y, 4, 7) -&gt; 0xFF0F