[llvm-commits] CVS: llvm/docs/ProgrammersManual.html
Chris Lattner
lattner at cs.uiuc.edu
Sat Mar 5 18:38:18 PST 2005
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.75 -> 1.76
---
Log message:
These methods are removed.
---
Diffs of the changes: (+1 -9)
ProgrammersManual.html | 10 +---------
1 files changed, 1 insertion(+), 9 deletions(-)
Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.75 llvm/docs/ProgrammersManual.html:1.76
--- llvm/docs/ProgrammersManual.html:1.75 Sun Jan 16 18:12:04 2005
+++ llvm/docs/ProgrammersManual.html Sat Mar 5 20:37:21 2005
@@ -1878,14 +1878,6 @@
<dt><tt>bool isEmpty() const</tt>:</dt>
<dd>This function returns true if both the value and types maps are
empty</dd>
-
- <dt><tt>std::string get_name(const Value*) const</tt>:</dt>
- <dd>This function returns the name of the Value provided or the empty
- string if the Value is not in the symbol table.</dd>
-
- <dt><tt>std::string get_name(const Type*) const</tt>:</dt>
- <dd>This function returns the name of the Type provided or the empty
- string if the Type is not in the symbol table.</dd>
</dl>
<h3>Mutators</h3>
@@ -2060,7 +2052,7 @@
<a href="mailto:dhurjati at cs.uiuc.edu">Dinakar Dhurjati</a> and
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/01/17 00:12:04 $
+ Last modified: $Date: 2005/03/06 02:37:21 $
</address>
</body>
More information about the llvm-commits
mailing list