diff options
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched')
-rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp b/llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp index d96c201c8a2..3ab79f73f3a 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp +++ b/llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp @@ -78,8 +78,6 @@ SchedGraphEdge::SchedGraphEdge(SchedGraphNodeCommon* _src, } - - void SchedGraphEdge::dump(int indent) const { std::cerr << std::string(indent*2, ' ') << *this; } |