mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 01:12:59 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98260 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79a73fbeb3
commit
b0722af798
@ -87,7 +87,7 @@ Value *llvm::EmitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B,
|
||||
return CI;
|
||||
}
|
||||
|
||||
/// EmitStrNCpy - Emit a call to the strcpy function to the builder, for the
|
||||
/// EmitStrNCpy - Emit a call to the strncpy function to the builder, for the
|
||||
/// specified pointer arguments.
|
||||
Value *llvm::EmitStrNCpy(Value *Dst, Value *Src, Value *Len,
|
||||
IRBuilder<> &B, const TargetData *TD) {
|
||||
|
Loading…
Reference in New Issue
Block a user