[WebAssembly] Fixed stale assert message in WebAssemblyMCInstLower
llvm-svn: 341423
This commit is contained in:
parent
cf90203b0b
commit
2d5fcf07a8
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user