aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CompilerDriver
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2009-11-30 13:34:51 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2009-11-30 13:34:51 +0000
commitbf4ea99c2887e55d18206e093bccdc43636c9b1b (patch)
tree3c81294d56425ea9a9c6ec9c9bc477eb32155725 /lib/CompilerDriver
parentf9b1114ae03b624deb0ed6e6d1bb26cc2cd2685e (diff)
downloadexternal_llvm-bf4ea99c2887e55d18206e093bccdc43636c9b1b.zip
external_llvm-bf4ea99c2887e55d18206e093bccdc43636c9b1b.tar.gz
external_llvm-bf4ea99c2887e55d18206e093bccdc43636c9b1b.tar.bz2
Fix last DOTGraphTraits problems in CompilationGraph.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90136 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CompilerDriver')
-rw-r--r--lib/CompilerDriver/CompilationGraph.cpp1
1 files changed, 1 insertions, 0 deletions
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 @@ 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&)