[LowerMemIntrinsics] Typo fix.

This commit is contained in:
Michael Liao 2021-08-08 22:37:30 -04:00
parent 2f3b738960
commit b5e470aa2e
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy,
/* DestAlign */ Memcpy->getDestAlign().valueOrOne(),
/* SrcIsVolatile */ Memcpy->isVolatile(),
/* DstIsVolatile */ Memcpy->isVolatile(),
/* TargetTransfomrInfo */ TTI);
/* TargetTransformInfo */ TTI);
}
}