fixup argument
authorAndrew Lenharth <andrewl@lenharth.org>
Wed, 4 May 2005 14:58:31 +0000 (14:58 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Wed, 4 May 2005 14:58:31 +0000 (14:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21680 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index f313aed782bcf1a3cf6e3ef0d11308105851aa48..fc586ed9c3918cd5d13797eeeb65af4e3c66197a 100644 (file)
@@ -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>