aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2009-11-04 01:52:40 +0000
committerLang Hames <lhames@gmail.com>2009-11-04 01:52:40 +0000
commit11d0088ec243c54bb6143db2071d87e4f84f98ac (patch)
tree14ce4a1127cbe486840270e37427953419d53be4
parentf3a521f86a17b09c5d4e42f34afe3cf212b8fc1e (diff)
downloadexternal_llvm-11d0088ec243c54bb6143db2071d87e4f84f98ac.zip
external_llvm-11d0088ec243c54bb6143db2071d87e4f84f98ac.tar.gz
external_llvm-11d0088ec243c54bb6143db2071d87e4f84f98ac.tar.bz2
Another spurious friend declaration removed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85997 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/SlotIndexes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/SlotIndexes.h b/include/llvm/CodeGen/SlotIndexes.h
index f9a2e77..3f175a7 100644
--- a/include/llvm/CodeGen/SlotIndexes.h
+++ b/include/llvm/CodeGen/SlotIndexes.h
@@ -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;