forked from OSchip/llvm-project
parent
87562e8371
commit
b6476afeb8
|
@ -89,7 +89,7 @@ class GraphWriter {
|
|||
|
||||
public:
|
||||
GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
|
||||
DTraits = DOTTraits(SN);
|
||||
DTraits = DOTTraits(SN);
|
||||
}
|
||||
|
||||
void writeHeader(const std::string &Name) {
|
||||
|
|
Loading…
Reference in New Issue