mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 16:46:50 +00:00
fixup argument
llvm-svn: 21680
This commit is contained in:
parent
8d2736401b
commit
fd47801152
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user