forked from OSchip/llvm-project
[LowerMemIntrinsics] Typo fix.
This commit is contained in:
parent
2f3b738960
commit
b5e470aa2e
|
@ -442,7 +442,7 @@ void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy,
|
|||
/* DestAlign */ Memcpy->getDestAlign().valueOrOne(),
|
||||
/* SrcIsVolatile */ Memcpy->isVolatile(),
|
||||
/* DstIsVolatile */ Memcpy->isVolatile(),
|
||||
/* TargetTransfomrInfo */ TTI);
|
||||
/* TargetTransformInfo */ TTI);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue