Skip to content

Commit 25e80f8

Browse files
committed
minor change
1 parent 3bb9426 commit 25e80f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9046,7 +9046,7 @@ SelectionDAG::getMemcmp(SDValue Chain, const SDLoc &dl, SDValue Mem0,
90469046

90479047
TargetLowering::CallLoweringInfo CLI(*this);
90489048
bool IsTailCall =
9049-
isInTailCallPositionWrapper(CI, this, /*LowerToLibCall*/ true);
9049+
isInTailCallPositionWrapper(CI, this, /*AllowReturnsFirstArg*/ true);
90509050

90519051
CLI.setDebugLoc(dl)
90529052
.setChain(Chain)

0 commit comments

Comments
 (0)