From: Gabor Greif
Date: Fri, 26 Mar 2010 19:59:25 +0000 (+0000)
Subject: fix iterator name
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bbbf9a2eaa33228c90afd344c799ae3577c6a5a0;p=oota-llvm.git
fix iterator name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99646 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index e6349b1ec82..9d007566c96 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -3298,7 +3298,7 @@ simplifies the representation and makes it easier to manipulate.
- Value::use_iterator - Typedef for iterator over the
use-list
- Value::use_const_iterator - Typedef for const_iterator over
+ Value::const_use_iterator - Typedef for const_iterator over
the use-list
unsigned use_size() - Returns the number of users of the
value.