diff --git a/lib/Target/WebAssembly/WebAssemblyPeephole.cpp b/lib/Target/WebAssembly/WebAssemblyPeephole.cpp index 5f457f0a06e..40b809b949b 100644 --- a/lib/Target/WebAssembly/WebAssemblyPeephole.cpp +++ b/lib/Target/WebAssembly/WebAssemblyPeephole.cpp @@ -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"); } } }