aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineBasicBlock.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/MachineBasicBlock.h
parent67fca63da267da491de9526b09a7de0a2e99ece2 (diff)
downloadexternal_llvm-abab81f42029c5848a6b66ed8594713ac5e3d5f4.tar.gz
external_llvm-abab81f42029c5848a6b66ed8594713ac5e3d5f4.tar.bz2
external_llvm-abab81f42029c5848a6b66ed8594713ac5e3d5f4.zip
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/MachineBasicBlock.h')
-rw-r--r--include/llvm/CodeGen/MachineBasicBlock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineBasicBlock.h b/include/llvm/CodeGen/MachineBasicBlock.h
index 388ca7f93b..56b96ea872 100644
--- a/include/llvm/CodeGen/MachineBasicBlock.h
+++ b/include/llvm/CodeGen/MachineBasicBlock.h
@@ -77,7 +77,6 @@ class MachineBasicBlock : public ilist_node<MachineBasicBlock> {
bool IsLandingPad;
// Intrusive list support
- friend struct ilist_sentinel_traits<MachineBasicBlock>;
MachineBasicBlock() {}
explicit MachineBasicBlock(MachineFunction &mf, const BasicBlock *bb);