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:
6e68a77
)
typo
author
Chris Lattner
<sabre@nondot.org>
Fri, 21 Apr 2006 21:37:40 +0000
(21:37 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 21 Apr 2006 21:37:40 +0000
(21:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27936
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index bf63884357159ff46fb084ca16f1be2a116c682f..b78fa1fef51e3f0c7343fb2cae4044a6c63fe0c6 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-3748,7
+3748,7
@@
unsigned integer type. The return type must match the argument type.
<p>
The '<tt>llvm.ctlz</tt>' intrinsic counts the leading (most significant) zeros
in a variable. If the src == 0 then the result is the size in bits of the type
-of src. For example, <tt>llvm.ct
t
z(int 2) = 30</tt>.
+of src. For example, <tt>llvm.ct
l
z(int 2) = 30</tt>.
</p>
</div>