summaryrefslogtreecommitdiff
path: root/lib/VMCore/Type.cpp
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
commit8884060a258729fadcfbd7433082e50c25291f8a (patch)
treea6392066bd37cc649c77682487bfc4f8b03d9283 /lib/VMCore/Type.cpp
parentf28265402130eb03762d9a6333fd8f87765a8875 (diff)
downloadllvm-8884060a258729fadcfbd7433082e50c25291f8a.tar.gz
llvm-8884060a258729fadcfbd7433082e50c25291f8a.tar.bz2
llvm-8884060a258729fadcfbd7433082e50c25291f8a.tar.xz
No Need to live in the past.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Type.cpp')
-rw-r--r--lib/VMCore/Type.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/VMCore/Type.cpp b/lib/VMCore/Type.cpp
index 1fdec943c4..2b1da5766a 100644
--- a/lib/VMCore/Type.cpp
+++ b/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