commit | ab01069fcdb1fed655cf0ca851400a104e4b46d1 | [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 | b5eedf2c1c4d3b7ccd6e0db6c0d1cafb502d5adc [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/CompilerDriver/CompilationGraph.cpp b/lib/CompilerDriver/CompilationGraph.cpp index 5781cda..3e6e050 100644 --- a/lib/CompilerDriver/CompilationGraph.cpp +++ b/lib/CompilerDriver/CompilationGraph.cpp
@@ -471,6 +471,7 @@ struct DOTGraphTraits<llvmc::CompilationGraph*> : public DefaultDOTGraphTraits { + DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} template<typename GraphType> static std::string getNodeLabel(const Node* N, const GraphType&)