mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
WebAssembly NFC: update error message
I forgot to update this one in my previous patch. llvm-svn: 258853
This commit is contained in:
parent
776465d7d2
commit
1b41ec85b2
@ -126,7 +126,8 @@ bool WebAssemblyPeephole::runOnMachineFunction(MachineFunction &MF) {
|
||||
break;
|
||||
} else {
|
||||
report_fatal_error("Peephole: call to builtin function with "
|
||||
"wrong signature, not consuming reg");
|
||||
"wrong signature, not consuming reg or "
|
||||
"frame index");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user