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:
b4c28e9
)
emit simple node was using different labels for fields than the rest of the graph...
author
Andrew Lenharth
<andrewl@lenharth.org>
Thu, 23 Jul 2009 15:24:38 +0000
(15:24 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Thu, 23 Jul 2009 15:24:38 +0000
(15:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76879
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 3ebfca2b30d98b9fb0e5219438cd45f086cbf00c..26db5fd655f662c9380a5fdbec22c21d292fa31c 100644
(file)
--- a/
include/llvm/Support/GraphWriter.h
+++ b/
include/llvm/Support/GraphWriter.h
@@
-233,7
+233,7
@@
public:
for (unsigned i = 0; i != NumEdgeSources; ++i) {
if (i) O << "|";
- O << "<
g
" << i << ">";
+ O << "<
s
" << i << ">";
if (EdgeSourceLabels) O << (*EdgeSourceLabels)[i];
}
O << "}}";