aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-01-20 10:07:23 +0000
committerOwen Anderson <resistor@mac.com>2007-01-20 10:07:23 +0000
commitf4d5de4080c2ddb791c4c2171b30f47d51111e67 (patch)
tree2f461d0b2f6b756281e91a999ed1b6880fb247f3
parent70cfa8894443281c77df5d3790e014647d1ccd05 (diff)
Correct a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33397 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Transforms/IPO/SimplifyLibCalls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/SimplifyLibCalls.cpp b/lib/Transforms/IPO/SimplifyLibCalls.cpp
index db0c492f72..037fef1a25 100644
--- a/lib/Transforms/IPO/SimplifyLibCalls.cpp
+++ b/lib/Transforms/IPO/SimplifyLibCalls.cpp
@@ -274,7 +274,7 @@ public:
return sqrt_func;
}
- /// @brief Return a Function* for the strlen libcall
+ /// @brief Return a Function* for the strcpy libcall
Constant *get_strcpy() {
if (!strcpy_func)
strcpy_func = M->getOrInsertFunction("strcpy",