We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852756a commit dbd202cCopy full SHA for dbd202c
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -9257,7 +9257,7 @@ SDValue SelectionDAG::getMemcpy(
9257
// FIXME: pass in SDLoc
9258
TargetLowering::CallLoweringInfo CLI(*this);
9259
bool IsTailCall = false;
9260
- RTLIB::LibcallImpl MemCpyImpl = TLI->getLibcallImpl(RTLIB::MEMCPY);
+ RTLIB::LibcallImpl MemCpyImpl = TLI->getMemcpyImpl();
9261
9262
if (OverrideTailCall.has_value()) {
9263
IsTailCall = *OverrideTailCall;
0 commit comments