mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 13:10:42 +00:00
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27936 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6e68a7752b
commit
99d3c276cc
@ -3748,7 +3748,7 @@ unsigned integer type. The return type must match the argument type.
|
|||||||
<p>
|
<p>
|
||||||
The '<tt>llvm.ctlz</tt>' intrinsic counts the leading (most significant) zeros
|
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
|
in a variable. If the src == 0 then the result is the size in bits of the type
|
||||||
of src. For example, <tt>llvm.cttz(int 2) = 30</tt>.
|
of src. For example, <tt>llvm.ctlz(int 2) = 30</tt>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user