mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
fix typo; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240022 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d280420ee9
commit
fd246aa0b1
@ -4025,10 +4025,10 @@ static bool isMemSrcFromString(SDValue Src, StringRef &Str) {
|
||||
return getConstantStringInfo(G->getGlobal(), Str, SrcDelta, false);
|
||||
}
|
||||
|
||||
/// FindOptimalMemOpLowering - Determines the optimial series memory ops
|
||||
/// to replace the memset / memcpy. Return true if the number of memory ops
|
||||
/// is below the threshold. It returns the types of the sequence of
|
||||
/// memory ops to perform memset / memcpy by reference.
|
||||
/// Determines the optimal series of memory ops to replace the memset / memcpy.
|
||||
/// Return true if the number of memory ops is below the threshold (Limit).
|
||||
/// It returns the types of the sequence of memory ops to perform
|
||||
/// memset / memcpy by reference.
|
||||
static bool FindOptimalMemOpLowering(std::vector<EVT> &MemOps,
|
||||
unsigned Limit, uint64_t Size,
|
||||
unsigned DstAlign, unsigned SrcAlign,
|
||||
|
Loading…
x
Reference in New Issue
Block a user