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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to