aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-05-04 14:58:31 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-05-04 14:58:31 +0000
commit7ba1ea545cf68102ddf7eeb70d6cde23e98780ae (patch)
tree6c7464648619c378d8f4b3f14fb04fb3d7b6e29a
parent58b563ce4351996dd403646231fed40794a0aa4c (diff)
fixup argument
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21680 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index f313aed782..fc586ed9c3 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -3071,7 +3071,7 @@ The '<tt>llvm.ctpop</tt>' intrinsic counts the number of ones in a variable.
<h5>Arguments:</h5>
<p>
-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.
</p>
<h5>Semantics:</h5>
@@ -3103,7 +3103,7 @@ The '<tt>llvm.cttz</tt>' intrinsic counts the number of trailing zeros.
<h5>Arguments:</h5>
<p>
-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.
</p>
<h5>Semantics:</h5>
@@ -3136,7 +3136,7 @@ The '<tt>llvm.ctlz</tt>' intrinsic counts the number of leading zeros in a varia
<h5>Arguments:</h5>
<p>
-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.
</p>
<h5>Semantics:</h5>