mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
fix iterator name
llvm-svn: 99646
This commit is contained in:
parent
409aed7b50
commit
a9b9d7cd8b
@ -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