[llvm-commits] [llvm] r99646 - /llvm/trunk/docs/ProgrammersManual.html
Gabor Greif
ggreif at gmail.com
Fri Mar 26 12:59:25 PDT 2010
Author: ggreif
Date: Fri Mar 26 14:59:25 2010
New Revision: 99646
URL: http://llvm.org/viewvc/llvm-project?rev=99646&view=rev
Log:
fix iterator name
Modified:
llvm/trunk/docs/ProgrammersManual.html
Modified: llvm/trunk/docs/ProgrammersManual.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.html?rev=99646&r1=99645&r2=99646&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.html (original)
+++ llvm/trunk/docs/ProgrammersManual.html Fri Mar 26 14:59:25 2010
@@ -3298,7 +3298,7 @@
<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>
More information about the llvm-commits
mailing list