mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 11:51:13 +00:00
Unbreak the wasm backend again after r259035.
llvm-svn: 259040
This commit is contained in:
parent
935bb972c6
commit
d7fec51f3a
@ -255,7 +255,7 @@ bool WebAssemblyTargetLowering::allowsMisalignedMemoryAccesses(
|
||||
static void fail(SDLoc DL, SelectionDAG &DAG, const char *msg) {
|
||||
MachineFunction &MF = DAG.getMachineFunction();
|
||||
DAG.getContext()->diagnose(
|
||||
DiagnosticInfoUnsupported(DL, *MF.getFunction(), msg, SDValue()));
|
||||
DiagnosticInfoUnsupported(*MF.getFunction(), msg, DL));
|
||||
}
|
||||
|
||||
// Test whether the given calling convention is supported.
|
||||
|
Loading…
Reference in New Issue
Block a user