Another spurious friend declaration removed.
authorLang Hames <lhames@gmail.com>
Wed, 4 Nov 2009 01:52:40 +0000 (01:52 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 4 Nov 2009 01:52:40 +0000 (01:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85997 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SlotIndexes.h

index f9a2e77a4bf9316719e6b425930af4294fc0cb68..3f175a7241dd1af5fd2ad830e2d6e6d5428633fe 100644 (file)
@@ -36,8 +36,6 @@ namespace llvm {
   /// SlotIndex & SlotIndexes classes for the public interface to this
   /// information.
   class IndexListEntry {
-    friend class SlotIndex;
-
   private:
 
     IndexListEntry *next, *prev;