diff options
Diffstat (limited to 'llvm/lib/Target/SparcV9/InstrSched/SchedGraphCommon.cpp')
| -rw-r--r-- | llvm/lib/Target/SparcV9/InstrSched/SchedGraphCommon.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/SparcV9/InstrSched/SchedGraphCommon.cpp b/llvm/lib/Target/SparcV9/InstrSched/SchedGraphCommon.cpp index bdc11dca385..bf6d6689899 100644 --- a/llvm/lib/Target/SparcV9/InstrSched/SchedGraphCommon.cpp +++ b/llvm/lib/Target/SparcV9/InstrSched/SchedGraphCommon.cpp @@ -173,8 +173,8 @@ void SchedGraphCommon::eraseOutgoingEdges(SchedGraphNodeCommon* node, void SchedGraphCommon::eraseIncidentEdges(SchedGraphNodeCommon* node, bool addDummyEdges) { - this->eraseIncomingEdges(node, addDummyEdges); - this->eraseOutgoingEdges(node, addDummyEdges); + this->eraseIncomingEdges(node, addDummyEdges); + this->eraseOutgoingEdges(node, addDummyEdges); } } // End llvm namespace |

