diff --git a/llvm/lib/Support/SpecialCaseList.cpp b/llvm/lib/Support/SpecialCaseList.cpp index c0bfeb4020872..f18cc391c6998 100644 --- a/llvm/lib/Support/SpecialCaseList.cpp +++ b/llvm/lib/Support/SpecialCaseList.cpp @@ -150,7 +150,7 @@ SpecialCaseList::addSection(StringRef SectionStr, unsigned FileNo, bool SpecialCaseList::parse(unsigned FileIdx, const MemoryBuffer *MB, std::string &Error) { - unsigned long long Version = std::numeric_limits::max(); + unsigned long long Version = 2; StringRef Header = MB->getBuffer(); if (Header.consume_front("#!special-case-list-v"))