projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70cfa88
)
Correct a comment.
author
Owen Anderson
<resistor@mac.com>
Sat, 20 Jan 2007 10:07:23 +0000
(10:07 +0000)
committer
Owen Anderson
<resistor@mac.com>
Sat, 20 Jan 2007 10:07:23 +0000
(10:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33397
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/IPO/SimplifyLibCalls.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/IPO/SimplifyLibCalls.cpp
b/lib/Transforms/IPO/SimplifyLibCalls.cpp
index db0c492f7239f63a8a9c22fe9382c7b8422570d1..037fef1a25f4382231a19c2c3f4ba1d3cd854e10 100644
(file)
--- 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 str
len
libcall
+ /// @brief Return a Function* for the str
cpy
libcall
Constant *get_strcpy() {
if (!strcpy_func)
strcpy_func = M->getOrInsertFunction("strcpy",