diff options
Diffstat (limited to 'llvm/lib/Support')
| -rw-r--r-- | llvm/lib/Support/GraphWriter.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Support/GraphWriter.cpp b/llvm/lib/Support/GraphWriter.cpp index aad1818372a..c359dfb82ea 100644 --- a/llvm/lib/Support/GraphWriter.cpp +++ b/llvm/lib/Support/GraphWriter.cpp @@ -57,8 +57,8 @@ void llvm::DisplayGraph(const sys::Path &Filename) {      sys::Path gv(LLVM_PATH_GV);      args.clear();      args.push_back(gv.c_str()); -    args.push_back("--spartan");      args.push_back(PSFilename.c_str()); +    args.push_back("-spartan");      args.push_back(0);      ErrMsg.clear(); | 

