mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
SchedGraph doesn't need to be friends with SchedGraphNodeCommon anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11240 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f738db0818
commit
f7ecb9548d
@ -72,7 +72,6 @@ public:
|
||||
virtual void print(std::ostream &os) const = 0;
|
||||
|
||||
protected:
|
||||
friend class SchedGraph;
|
||||
friend class SchedGraphCommon;
|
||||
friend class SchedGraphEdge; // give access for adding edges
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user