git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27936 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-04-21 21:37:40 +00:00
parent 6e68a7752b
commit 99d3c276cc

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>