commit | bf4ea99c2887e55d18206e093bccdc43636c9b1b | [log] [tgz] |
---|---|---|
author | Tobias Grosser <grosser@fim.uni-passau.de> | Mon Nov 30 13:34:51 2009 +0000 |
committer | Tobias Grosser <grosser@fim.uni-passau.de> | Mon Nov 30 13:34:51 2009 +0000 |
tree | 3c81294d56425ea9a9c6ec9c9bc477eb32155725 | |
parent | f9b1114ae03b624deb0ed6e6d1bb26cc2cd2685e [diff] [blame] |
Fix last DOTGraphTraits problems in CompilationGraph. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90136 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index b4fe80c..c5adc50 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
@@ -132,7 +132,7 @@ std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, const SelectionDAG *G) { - DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel (Node, G); + return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel (Node, G); }