mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 07:24:25 +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:
@ -72,7 +72,6 @@ public:
|
|||||||
virtual void print(std::ostream &os) const = 0;
|
virtual void print(std::ostream &os) const = 0;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
friend class SchedGraph;
|
|
||||||
friend class SchedGraphCommon;
|
friend class SchedGraphCommon;
|
||||||
friend class SchedGraphEdge; // give access for adding edges
|
friend class SchedGraphEdge; // give access for adding edges
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user