diff options
| -rw-r--r-- | llvm/utils/TableGen/TableGen.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/TableGen.cpp b/llvm/utils/TableGen/TableGen.cpp index 2409d37196b..e0885d1f9bc 100644 --- a/llvm/utils/TableGen/TableGen.cpp +++ b/llvm/utils/TableGen/TableGen.cpp @@ -64,7 +64,7 @@ namespace {                                 "Print enum values for a class"),                      clEnumValN(Parse, "parse",                                 "Interpret machine code (testing only)"), -                    0)); +                    clEnumValEnd));    cl::opt<std::string>    Class("class", cl::desc("Print Enum list for this class"),  | 

