aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineInstr.h
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-03-06 01:09:27 +0000
committerGabor Greif <ggreif@gmail.com>2009-03-06 01:09:27 +0000
commitabab81f42029c5848a6b66ed8594713ac5e3d5f4 (patch)
tree39ece4d7825ad0ad3d3dcc4cdde81062b8d277cb /include/llvm/CodeGen/MachineInstr.h
parent67fca63da267da491de9526b09a7de0a2e99ece2 (diff)
do not close friendship with every odd class
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66229 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r--include/llvm/CodeGen/MachineInstr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h
index 2a3f98dbc5..668c4b3635 100644
--- a/include/llvm/CodeGen/MachineInstr.h
+++ b/include/llvm/CodeGen/MachineInstr.h
@@ -55,7 +55,6 @@ class MachineInstr : public ilist_node<MachineInstr> {
// Intrusive list support
friend struct ilist_traits<MachineInstr>;
friend struct ilist_traits<MachineBasicBlock>;
- friend struct ilist_sentinel_traits<MachineInstr>;
void setParent(MachineBasicBlock *P) { Parent = P; }
/// MachineInstr ctor - This constructor creates a copy of the given