1
0
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:
Gabor Greif 2010-03-26 19:59:25 +00:00
parent 409aed7b50
commit a9b9d7cd8b

View File

@ -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>