summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-07-26 09:59:01 +0000
committerJim Laskey <jlaskey@mac.com>2006-07-26 09:59:01 +0000
commitcc6a7d7ed63f07762390bdc39f3d4f48f017de24 (patch)
treec93e766ce598a1bfbc25b3baef20f41ee1ca77cd
parentAdd a new llvm::SmallVector template, which is similar to the vector class, but (diff)
downloadllvm-project-cc6a7d7ed63f07762390bdc39f3d4f48f017de24.tar.gz
llvm-project-cc6a7d7ed63f07762390bdc39f3d4f48f017de24.tar.bz2
llvm-project-cc6a7d7ed63f07762390bdc39f3d4f48f017de24.zip
No Need to live in the past.
llvm-svn: 29282
-rw-r--r--llvm/lib/VMCore/Type.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/Type.cpp b/llvm/lib/VMCore/Type.cpp
index 1fdec943c4fd..2b1da5766afb 100644
--- a/llvm/lib/VMCore/Type.cpp
+++ b/llvm/lib/VMCore/Type.cpp
@@ -38,9 +38,6 @@ AbstractTypeUser::~AbstractTypeUser() {}
// Type PATypeHolder Implementation
//===----------------------------------------------------------------------===//
-// This routine was moved here to resolve a cyclic dependency caused by
-// inline heuristics.
-
/// get - This implements the forwarding part of the union-find algorithm for
/// abstract types. Before every access to the Type*, we check to see if the
/// type we are pointing to is forwarding to a new type. If so, we drop our