aboutsummaryrefslogtreecommitdiff
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
parentf567a263c6bf82d374509d337caddf1a6ee5ee75 (diff)
downloadllvm-cc6a7d7ed63f07762390bdc39f3d4f48f017de24.zip
llvm-cc6a7d7ed63f07762390bdc39f3d4f48f017de24.tar.gz
llvm-cc6a7d7ed63f07762390bdc39f3d4f48f017de24.tar.bz2
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 1fdec94..2b1da57 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