mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
fix iterator name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99646 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0d91c11925
commit
bbbf9a2eaa
@ -3298,7 +3298,7 @@ simplifies the representation and makes it easier to manipulate.</p>
|
||||
<ul>
|
||||
<li><tt>Value::use_iterator</tt> - Typedef for iterator over the
|
||||
use-list<br>
|
||||
<tt>Value::use_const_iterator</tt> - Typedef for const_iterator over
|
||||
<tt>Value::const_use_iterator</tt> - Typedef for const_iterator over
|
||||
the use-list<br>
|
||||
<tt>unsigned use_size()</tt> - Returns the number of users of the
|
||||
value.<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user