mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 03:30:28 +00:00
Make ilist_traits<MachineBasicBlock>'s Parent member private.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52974 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
94f9c7dc97
commit
8458f5d45b
@ -32,7 +32,7 @@ class MachineJumpTableInfo;
|
||||
|
||||
// ilist_traits
|
||||
template <>
|
||||
struct ilist_traits<MachineBasicBlock> {
|
||||
class ilist_traits<MachineBasicBlock> {
|
||||
// this is only set by the MachineFunction owning the ilist
|
||||
friend class MachineFunction;
|
||||
MachineFunction* Parent;
|
||||
|
Loading…
Reference in New Issue
Block a user