Skip to content

Commit dbd202c

Browse files
committed
Fix
1 parent 852756a commit dbd202c

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
@@ -9257,7 +9257,7 @@ SDValue SelectionDAG::getMemcpy(
92579257
// FIXME: pass in SDLoc
92589258
TargetLowering::CallLoweringInfo CLI(*this);
92599259
bool IsTailCall = false;
9260-
RTLIB::LibcallImpl MemCpyImpl = TLI->getLibcallImpl(RTLIB::MEMCPY);
9260+
RTLIB::LibcallImpl MemCpyImpl = TLI->getMemcpyImpl();
92619261

92629262
if (OverrideTailCall.has_value()) {
92639263
IsTailCall = *OverrideTailCall;

0 commit comments

Comments
 (0)