Completely rewrote the class. SymbolTable now separates Type* from Value* in preparation\
authorReid Spencer <rspencer@reidspencer.com>
Tue, 25 May 2004 08:45:53 +0000 (08:45 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 25 May 2004 08:45:53 +0000 (08:45 +0000)
commitbdfb668fee839bd2309ed55a26dab8e37898c505
tree582a54f97cddfc548e153323d51ad484dbc361a7
parent3afbb1ab105f2fd0065a46265c6d9a45de5475ef
Completely rewrote the class. SymbolTable now separates Type* from Value* in preparation\
for making Type not derive from Value. There are now separate interfaces \
for looking up, finding, and inserting Types and Values. There are also \
three separate iterator interfaces, one for type planes, one for the types \
(type type plane), and one for values within a type plane. See the \
documentation in the Header file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13745 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/SymbolTable.h