projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a521f
)
Another spurious friend declaration removed.
author
Lang Hames
<lhames@gmail.com>
Wed, 4 Nov 2009 01:52:40 +0000
(
01:52
+0000)
committer
Lang 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
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SlotIndexes.h
b/include/llvm/CodeGen/SlotIndexes.h
index f9a2e77a4bf9316719e6b425930af4294fc0cb68..3f175a7241dd1af5fd2ad830e2d6e6d5428633fe 100644
(file)
--- 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;