Skip to content
Snippets Groups Projects
Commit 108abc67 authored by Gabor Greif's avatar Gabor Greif
Browse files

fix iterator name

llvm-svn: 99646
parent aedde1e4
No related branches found
No related tags found
No related merge requests found
...@@ -3298,7 +3298,7 @@ simplifies the representation and makes it easier to manipulate.</p> ...@@ -3298,7 +3298,7 @@ simplifies the representation and makes it easier to manipulate.</p>
<ul> <ul>
<li><tt>Value::use_iterator</tt> - Typedef for iterator over the <li><tt>Value::use_iterator</tt> - Typedef for iterator over the
use-list<br> 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> the use-list<br>
<tt>unsigned use_size()</tt> - Returns the number of users of the <tt>unsigned use_size()</tt> - Returns the number of users of the
value.<br> value.<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment