llvm-svn: 27936
This commit is contained in:
Chris Lattner 2006-04-21 21:37:40 +00:00
parent d81dcf9da4
commit e6f4065bca

View File

@ -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>