diff --git a/utils/TableGen/TableGen.cpp b/utils/TableGen/TableGen.cpp index 2409d37196b..e0885d1f9bc 100644 --- a/utils/TableGen/TableGen.cpp +++ b/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 Class("class", cl::desc("Print Enum list for this class"),