Skip to content

Commit 73a59f9

Browse files
sylvestreyuxuanchen1997
authored andcommitted
adjust the Xtensa backend after change f270a4d
Similar fix as in 3941f65
1 parent 2b69739 commit 73a59f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/Xtensa/XtensaISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ XtensaTargetLowering::LowerCall(CallLoweringInfo &CLI,
356356
SDValue Memcpy = DAG.getMemcpy(
357357
Chain, DL, Address, ArgValue, SizeNode, Flags.getNonZeroByValAlign(),
358358
/*isVolatile=*/false, /*AlwaysInline=*/false,
359-
/*isTailCall=*/false, MachinePointerInfo(), MachinePointerInfo());
359+
/*CI=*/nullptr, std::nullopt, MachinePointerInfo(), MachinePointerInfo());
360360
MemOpChains.push_back(Memcpy);
361361
} else {
362362
assert(VA.isMemLoc() && "Argument not register or memory");

0 commit comments

Comments
 (0)