From a9b9d7cd8b0959d055b40a13161dc63a8978b746 Mon Sep 17 00:00:00 2001
From: Gabor Greif
Date: Fri, 26 Mar 2010 19:59:25 +0000
Subject: [PATCH] fix iterator name
llvm-svn: 99646
---
docs/ProgrammersManual.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.