rename -parse-ast-view to -ast-view

llvm-svn: 42853
This commit is contained in:
Chris Lattner 2007-10-11 00:37:43 +00:00
parent 5e4c75f4ef
commit 3472aeedfd
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ ProgAction(llvm::cl::desc("Choose output type:"), llvm::cl::ZeroOrMore,
"Build ASTs and then pretty-print them"),
clEnumValN(ASTDump, "ast-dump",
"Build ASTs and then debug dump them"),
clEnumValN(ASTView, "parse-ast-view",
clEnumValN(ASTView, "ast-view",
"Build ASTs and view them with GraphViz."),
clEnumValN(ParseCFGDump, "dump-cfg",
"Run parser, then build and print CFGs."),