1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +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:
JF Bastien 2016-01-26 20:24:51 +00:00
parent 776465d7d2
commit 1b41ec85b2

View File

@ -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");
}
}
}