mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 01:11:44 +00:00
typo
llvm-svn: 27936
This commit is contained in:
parent
d81dcf9da4
commit
e6f4065bca
@ -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.cttz(int 2) = 30</tt>.
|
||||
of src. For example, <tt>llvm.ctlz(int 2) = 30</tt>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user