[WebAssembly] Fixed stale assert message in WebAssemblyMCInstLower

llvm-svn: 341423
This commit is contained in:
Wouter van Oortmerssen 2018-09-04 22:59:05 +00:00
parent cf90203b0b
commit 2d5fcf07a8

View File

@ -295,7 +295,7 @@ static unsigned regInstructionToStackInstruction(unsigned OpCode) {
switch (OpCode) {
default:
llvm_unreachable(
"unknown WebAssembly instruction in Explicit Locals pass");
"unknown WebAssembly instruction in WebAssemblyMCInstLower pass");
#include "WebAssemblyGenStackifier.inc"
}
}