Silence a warning from MSVC about not returning a value

llvm-svn: 188237
This commit is contained in:
Reid Kleckner 2013-08-13 00:11:59 +00:00
parent 8d2e86db5a
commit 6454d0a0fa
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ static StringRef stateToString(ConsumedState State) {
case consumed::CS_Consumed:
return "consumed";
}
llvm_unreachable("invalid enum");
}
namespace {