Fix a ted-o

llvm-svn: 48089
This commit is contained in:
Chris Lattner 2008-03-09 05:25:01 +00:00
parent 11fc6f8765
commit 6af064641f
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ ProgAction(llvm::cl::desc("Choose output type:"), llvm::cl::ZeroOrMore,
clEnumValN(CheckerCFRef, "check-cfref",
"Run the Core Foundation reference count checker."),
clEnumValN(TestSerialization, "test-pickling",
"Run prototype serializtion code."),
"Run prototype serialization code."),
clEnumValN(EmitLLVM, "emit-llvm",
"Build ASTs then convert to LLVM, emit .ll file"),
clEnumValN(EmitBC, "emit-llvm-bc",