diff --git a/lib/Support/GraphWriter.cpp b/lib/Support/GraphWriter.cpp index b41e597a0ff..aad1818372a 100644 --- a/lib/Support/GraphWriter.cpp +++ b/lib/Support/GraphWriter.cpp @@ -57,6 +57,7 @@ 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(0);