simplify getOrCreateTypeSlot, eliminat doInsertType. Eliminate post-order iteration stuff.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34127 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2007-02-10 05:02:50 +00:00
parent 25c0293f20
commit 8183cf62f6
2 changed files with 10 additions and 32 deletions

View File

@@ -107,9 +107,6 @@ private:
void CreateSlotIfNeeded(const Value *V);
unsigned getOrCreateTypeSlot(const Type *T);
// doInsertValue - Small helper function to be called only be insertVal.
unsigned doInsertType(const Type *T);
// processModule - Process all of the module level function declarations and
// types that are available.
//