diff --git a/docs/LangRef.html b/docs/LangRef.html index f313aed782b..fc586ed9c39 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3071,7 +3071,7 @@ The 'llvm.ctpop' intrinsic counts the number of ones in a variable.
Arguments:

-The only argument is the value to be counted. +The only argument is the value to be counted. The argument may be of any integer type.

Semantics:
@@ -3103,7 +3103,7 @@ The 'llvm.cttz' intrinsic counts the number of trailing zeros.
Arguments:

-The only argument is the value to be counted. +The only argument is the value to be counted. The argument may be of any integer type.

Semantics:
@@ -3136,7 +3136,7 @@ The 'llvm.ctlz' intrinsic counts the number of leading zeros in a varia
Arguments:

-The only argument is the value to be counted. +The only argument is the value to be counted. The argument may be of any integer type.

Semantics: