Skip to content

Commit 2d5fcf0

Browse files
committed
[WebAssembly] Fixed stale assert message in WebAssemblyMCInstLower
llvm-svn: 341423
1 parent cf90203 commit 2d5fcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ static unsigned regInstructionToStackInstruction(unsigned OpCode) {
295295
switch (OpCode) {
296296
default:
297297
llvm_unreachable(
298-
"unknown WebAssembly instruction in Explicit Locals pass");
298+
"unknown WebAssembly instruction in WebAssemblyMCInstLower pass");
299299
#include "WebAssemblyGenStackifier.inc"
300300
}
301301
}

0 commit comments

Comments
 (0)