mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8161 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d6d863392f
commit
d04087cce6
@ -139,7 +139,7 @@ public:
|
||||
SchedGraphEdge(SchedGraphNodeCommon* _src, SchedGraphNodeCommon* _sink,
|
||||
ResourceId _resourceId, int _minDelay = -1);
|
||||
|
||||
~SchedGraphEdge();
|
||||
~SchedGraphEdge() {}
|
||||
|
||||
SchedGraphNodeCommon* getSrc() const { return src; }
|
||||
SchedGraphNodeCommon* getSink() const { return sink; }
|
||||
@ -203,7 +203,7 @@ public:
|
||||
void eraseOutgoingEdges(SchedGraphNodeCommon* node, bool addDummyEdges = true);
|
||||
void eraseIncidentEdges(SchedGraphNodeCommon* node, bool addDummyEdges = true);
|
||||
|
||||
SchedGraphCommon();
|
||||
SchedGraphCommon() {}
|
||||
~SchedGraphCommon();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user