From: Jim Laskey Date: Wed, 26 Jul 2006 09:59:01 +0000 (+0000) Subject: No Need to live in the past. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8884060a258729fadcfbd7433082e50c25291f8a;p=oota-llvm.git No Need to live in the past. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29282 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Type.cpp b/lib/VMCore/Type.cpp index 1fdec943c4f..2b1da5766af 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