Revert "[Windows] Simplify assertion code. NFC."
[oota-llvm.git] / lib / Support / GraphWriter.cpp
index b80fbdb0d0818dd6b5a70019b73dd943d3b69ea2..d0e1d50e8ccbc1388d421f1120c68af8cbda4f4e 100644 (file)
@@ -234,7 +234,7 @@ bool llvm::DisplayGraph(StringRef FilenameRef, bool wait,
 
     errs() << "Running '" << GeneratorPath << "' program... ";
 
-    if (ExecGraphViewer(GeneratorPath, args, Filename, wait, ErrMsg))
+    if (ExecGraphViewer(GeneratorPath, args, Filename, true, ErrMsg))
       return true;
 
     // The lifetime of StartArg must include the call of ExecGraphViewer