mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Correct a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33397 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
70cfa88944
commit
f4d5de4080
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user