mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 01:35:44 +00:00
*** empty log message ***
llvm-svn: 8161
This commit is contained in:
parent
2c6c16288a
commit
68f651356f
@ -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…
x
Reference in New Issue
Block a user