mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
fixup argument
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21680 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
58b563ce43
commit
7ba1ea545c
@ -3071,7 +3071,7 @@ The '<tt>llvm.ctpop</tt>' intrinsic counts the number of ones in a variable.
|
|||||||
<h5>Arguments:</h5>
|
<h5>Arguments:</h5>
|
||||||
|
|
||||||
<p>
|
<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>
|
</p>
|
||||||
|
|
||||||
<h5>Semantics:</h5>
|
<h5>Semantics:</h5>
|
||||||
@ -3103,7 +3103,7 @@ The '<tt>llvm.cttz</tt>' intrinsic counts the number of trailing zeros.
|
|||||||
<h5>Arguments:</h5>
|
<h5>Arguments:</h5>
|
||||||
|
|
||||||
<p>
|
<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>
|
</p>
|
||||||
|
|
||||||
<h5>Semantics:</h5>
|
<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>
|
<h5>Arguments:</h5>
|
||||||
|
|
||||||
<p>
|
<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>
|
</p>
|
||||||
|
|
||||||
<h5>Semantics:</h5>
|
<h5>Semantics:</h5>
|
||||||
|
Loading…
Reference in New Issue
Block a user