forked from OSchip/llvm-project
Remove a character to avoid line exceeding 80 cols.
llvm-svn: 29860
This commit is contained in:
parent
e001d811ba
commit
a38aa72771
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue