diff --git a/docs/LangRef.html b/docs/LangRef.html index bf638843571..b78fa1fef51 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3748,7 +3748,7 @@ unsigned integer type. The return type must match the argument type.

The 'llvm.ctlz' 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, llvm.cttz(int 2) = 30. +of src. For example, llvm.ctlz(int 2) = 30.