diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-07-26 09:59:01 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-07-26 09:59:01 +0000 |
commit | cc6a7d7ed63f07762390bdc39f3d4f48f017de24 (patch) | |
tree | c93e766ce598a1bfbc25b3baef20f41ee1ca77cd | |
parent | f567a263c6bf82d374509d337caddf1a6ee5ee75 (diff) | |
download | bcm5719-llvm-cc6a7d7ed63f07762390bdc39f3d4f48f017de24.tar.gz bcm5719-llvm-cc6a7d7ed63f07762390bdc39f3d4f48f017de24.zip |
No Need to live in the past.
llvm-svn: 29282
-rw-r--r-- | llvm/lib/VMCore/Type.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/Type.cpp b/llvm/lib/VMCore/Type.cpp index 1fdec943c4f..2b1da5766af 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 |