diff options
| author | Tobias Grosser <grosser@fim.uni-passau.de> | 2009-11-30 13:34:51 +0000 |
|---|---|---|
| committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2009-11-30 13:34:51 +0000 |
| commit | 9caf3801cad960277158f1985509abff375d5ae6 (patch) | |
| tree | 3f0c3cef436770dcf1890a17753579d86b523a8f /llvm/lib/CompilerDriver/CompilationGraph.cpp | |
| parent | 0729c6e281e0c3c465fab65546d427064312024f (diff) | |
| download | bcm5719-llvm-9caf3801cad960277158f1985509abff375d5ae6.tar.gz bcm5719-llvm-9caf3801cad960277158f1985509abff375d5ae6.zip | |
Fix last DOTGraphTraits problems in CompilationGraph.
llvm-svn: 90136
Diffstat (limited to 'llvm/lib/CompilerDriver/CompilationGraph.cpp')
| -rw-r--r-- | llvm/lib/CompilerDriver/CompilationGraph.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CompilerDriver/CompilationGraph.cpp b/llvm/lib/CompilerDriver/CompilationGraph.cpp index 5781cdad906..3e6e050d686 100644 --- a/llvm/lib/CompilerDriver/CompilationGraph.cpp +++ b/llvm/lib/CompilerDriver/CompilationGraph.cpp @@ -471,6 +471,7 @@ namespace llvm { struct DOTGraphTraits<llvmc::CompilationGraph*> : public DefaultDOTGraphTraits { + DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} template<typename GraphType> static std::string getNodeLabel(const Node* N, const GraphType&) |

