diff options
author | Ed Schouten <ed@80386.nl> | 2015-02-13 07:18:22 +0000 |
---|---|---|
committer | Ed Schouten <ed@80386.nl> | 2015-02-13 07:18:22 +0000 |
commit | 12dc2c4f3b466c1c461734d1b8fd7e9411c9867b (patch) | |
tree | 1df037b2f87b3d3d47d8c1ed627db5e7b6d82059 /llvm/lib/DebugInfo | |
parent | 4fb45817161bb3f9366cbdfa878629d1c6237ac9 (diff) | |
download | bcm5719-llvm-12dc2c4f3b466c1c461734d1b8fd7e9411c9867b.tar.gz bcm5719-llvm-12dc2c4f3b466c1c461734d1b8fd7e9411c9867b.zip |
Don't use bzero() and strcpy().
Instead of bzero(), we can simply use memset(). The strcpy() calls are
unneeded, as we can simply keep track of a pointer to the constant
strings we are copying.
Reviewed by: Jonathan Roelofs
llvm-svn: 229074
Diffstat (limited to 'llvm/lib/DebugInfo')
0 files changed, 0 insertions, 0 deletions