projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af470f
)
Fix indentation.
author
Dan Gohman
<gohman@apple.com>
Mon, 27 Sep 2010 14:44:14 +0000
(14:44 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 27 Sep 2010 14:44:14 +0000
(14:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114827
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/GraphWriter.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/GraphWriter.h
b/include/llvm/Support/GraphWriter.h
index 287c5ba01eeb8a27f40a69d80eb24f7f32d19db8..07937ce36ca3d91951938a50f7118ddc88701d39 100644
(file)
--- a/
include/llvm/Support/GraphWriter.h
+++ b/
include/llvm/Support/GraphWriter.h
@@
-89,8
+89,8
@@
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) {
std::string GraphName = DTraits.getGraphName(G);