diff options
-rw-r--r-- | lib/VMCore/Type.cpp | 3 |
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 |