Fix MSVC warnings about falling off the end of a non-void function

llvm-svn: 214103
This commit is contained in:
Reid Kleckner 2014-07-28 17:48:12 +00:00
parent 6dca51502a
commit 07bdf7f720
1 changed files with 1 additions and 0 deletions

View File

@ -433,6 +433,7 @@ public:
#include "ThreadSafetyOps.def"
#undef TIL_OPCODE_DEF
}
llvm_unreachable("invalid enum");
}
};