[llvm-commits] [llvm] r98284 - in /llvm/trunk: include/llvm/Transforms/Utils/BuildLibCalls.h lib/Transforms/InstCombine/InstCombineCalls.cpp lib/Transforms/Scalar/CodeGenPrepare.cpp lib/Transforms/Utils/BuildLibCalls.cpp
Eric Christopher
echristo at apple.com
Thu Mar 11 13:19:58 PST 2010
On Mar 11, 2010, at 12:45 PM, Benjamin Kramer wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=98284&view=rev
> Log:
> stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __strcpy_chk -> strcpy code.
Thanks, I'd been meaning to do that.
-eric
More information about the llvm-commits
mailing list