Skip to content

Commit 3941f65

Browse files
committed
adjust the m86k backend after change f270a4d
1 parent de61875 commit 3941f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/M68k/M68kISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ static SDValue CreateCopyOfByValArgument(SDValue Src, SDValue Dst,
268268
return DAG.getMemcpy(
269269
Chain, DL, Dst, Src, SizeNode, Flags.getNonZeroByValAlign(),
270270
/*isVolatile=*/false, /*AlwaysInline=*/true,
271-
/*isTailCall=*/false, MachinePointerInfo(), MachinePointerInfo());
271+
/*CI=*/nullptr, std::nullopt, MachinePointerInfo(), MachinePointerInfo());
272272
}
273273

274274
/// Return true if the calling convention is one that we can guarantee TCO for.

0 commit comments

Comments
 (0)