commit | b0722af7985044696da45d29cc04d4b533f08c03 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Thu Mar 11 17:45:38 2010 +0000 |
committer | Eric Christopher <echristo@apple.com> | Thu Mar 11 17:45:38 2010 +0000 |
tree | 5d07ff23b0e78290994be54357bcd9f0d5379110 | |
parent | 79a73fbeb3474fb1e111be839e6980bac77e0a3a [diff] [blame] |
Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98260 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Utils/BuildLibCalls.cpp b/lib/Transforms/Utils/BuildLibCalls.cpp index e4a84aa..633aaf4 100644 --- a/lib/Transforms/Utils/BuildLibCalls.cpp +++ b/lib/Transforms/Utils/BuildLibCalls.cpp
@@ -87,7 +87,7 @@ 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) {