Skip to content

Commit 95d919c

Browse files
sylvestreyuxuanchen1997
authored andcommitted
adjust the m86k backend after change f270a4d
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250897
1 parent f410f47 commit 95d919c

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)