[llvm-commits] CVS: llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp

Owen Anderson resistor at mac.com
Sat Jan 20 02:07:38 PST 2007



Changes in directory llvm/lib/Transforms/IPO:

SimplifyLibCalls.cpp updated: 1.88 -> 1.89
---
Log message:

Correct a comment.


---
Diffs of the changes:  (+1 -1)

 SimplifyLibCalls.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp
diff -u llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp:1.88 llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp:1.89
--- llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp:1.88	Sun Jan 14 20:27:26 2007
+++ llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp	Sat Jan 20 04:07:23 2007
@@ -274,7 +274,7 @@
     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",






More information about the llvm-commits mailing list