From b2fa25c8f908489e00b12ad54c55b08a4cb3a23c Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Wed, 7 Feb 2007 06:24:17 +0000
Subject: remove some obsolete SymbolTable methods. These docs need to be
updated now that PR411 landed
llvm-svn: 33991
---
llvm/docs/ProgrammersManual.html | 19 -------------------
1 file changed, 19 deletions(-)
(limited to 'llvm/docs/ProgrammersManual.html')
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index c4fedbf5d7b..b5b7a9ccf6a 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -2122,11 +2122,6 @@ name.
have both a name and a type which are extracted and used to place the value
in the correct type plane under the value's name.
- void insert(const std::string& Name, Value *Val):
- Inserts a constant or type into the symbol table with the specified
- name. There can be a many to one mapping between names and constants
- or types.
-
void remove(Value* Val):
This method removes a named value from the symbol table. The
type and name of the Value are extracted from \p N and used to
@@ -2134,20 +2129,6 @@ name.
not in the symbol table, this method silently ignores the
request.
- Value* remove(const std::string& Name, Value *Val):
- Remove a constant or type with the specified name from the
- symbol table.
-
- Value *remove(const value_iterator& It):
- Removes a specific value from the symbol table.
- Returns the removed value.
-
- bool strip():
- This method will strip the symbol table of its names leaving
- the type and values.
-
- void clear():
- Empty the symbol table completely.
Iteration
--
cgit v1.2.3