[llvm-commits] [llvm] r85997 - /llvm/trunk/include/llvm/CodeGen/SlotIndexes.h

Lang Hames lhames at gmail.com
Tue Nov 3 17:52:40 PST 2009


Author: lhames
Date: Tue Nov  3 19:52:40 2009
New Revision: 85997

URL: http://llvm.org/viewvc/llvm-project?rev=85997&view=rev
Log:
Another spurious friend declaration removed.

Modified:
    llvm/trunk/include/llvm/CodeGen/SlotIndexes.h

Modified: llvm/trunk/include/llvm/CodeGen/SlotIndexes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SlotIndexes.h?rev=85997&r1=85996&r2=85997&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SlotIndexes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SlotIndexes.h Tue Nov  3 19:52:40 2009
@@ -36,8 +36,6 @@
   /// SlotIndex & SlotIndexes classes for the public interface to this
   /// information.
   class IndexListEntry {
-    friend class SlotIndex;
-
   private:
 
     IndexListEntry *next, *prev;





More information about the llvm-commits mailing list