projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efebe44
)
Missing end tag. Thanks, Nick.
author
Reid Spencer
<rspencer@reidspencer.com>
Wed, 11 Apr 2007 23:46:06 +0000
(23:46 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Wed, 11 Apr 2007 23:46:06 +0000
(23:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35932
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index f83496e0e317b4da517ed44fb884c203e7a9605d..9f3ef0d85274e27560fb4a6d52f42576ef323ff1 100644
(file)
--- 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) -> 0xFF0F