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:
3b53c4e
)
Remove a character to avoid line exceeding 80 cols.
author
Reid Spencer
<rspencer@reidspencer.com>
Thu, 24 Aug 2006 22:39:25 +0000
(22:39 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Thu, 24 Aug 2006 22:39:25 +0000
(22:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29860
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/GraphWriter.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/GraphWriter.cpp
b/lib/Support/GraphWriter.cpp
index 501cc6d89d3c4c6da5b596c82e4366e71a297887..fa9830a34b3643eba537dcfbfc765019cc479adf 100644
(file)
--- a/
lib/Support/GraphWriter.cpp
+++ b/
lib/Support/GraphWriter.cpp
@@
-77,7
+77,7
@@
void llvm::DisplayGraph(const sys::Path &Filename) {
if (sys::Program::ExecuteAndWait(dotty, &args[0],0,0,0,&ErrMsg)) {
std::cerr << "Error viewing graph: " << ErrMsg << "\n";
} else {
-#ifdef __MINGW32__ // Dotty spawns another app and doesn't wait until it returns
.
+#ifdef __MINGW32__ // Dotty spawns another app and doesn't wait until it returns
return;
#endif
}