[llvm-commits] CVS: llvm/lib/VMCore/Type.cpp
Jim Laskey
jlaskey at apple.com
Wed Jul 26 02:59:20 PDT 2006
Changes in directory llvm/lib/VMCore:
Type.cpp updated: 1.142 -> 1.143
---
Log message:
No Need to live in the past.
---
Diffs of the changes: (+0 -3)
Type.cpp | 3 ---
1 files changed, 3 deletions(-)
Index: llvm/lib/VMCore/Type.cpp
diff -u llvm/lib/VMCore/Type.cpp:1.142 llvm/lib/VMCore/Type.cpp:1.143
--- llvm/lib/VMCore/Type.cpp:1.142 Tue Jul 25 18:22:00 2006
+++ llvm/lib/VMCore/Type.cpp Wed Jul 26 04:59:01 2006
@@ -38,9 +38,6 @@
// 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
More information about the llvm-commits
mailing list