1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Remove dead default.

llvm-svn: 148738
This commit is contained in:
David Blaikie 2012-01-23 22:37:11 +00:00
parent 327773a25b
commit eed9085fca

View File

@ -882,7 +882,6 @@ bool Option::addOccurrence(unsigned pos, StringRef ArgName,
case OneOrMore:
case ZeroOrMore:
case ConsumeAfter: break;
default: return error("bad num occurrences flag value!");
}
return handleOccurrence(pos, ArgName, Value);