Don't use __bzero for memset if the second argument isn't zero.
authorDan Gohman <gohman@apple.com>
Tue, 1 Apr 2008 20:56:18 +0000 (20:56 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 1 Apr 2008 20:56:18 +0000 (20:56 +0000)
commit38c92263eb83f556cdea8bf55b6d7dcc47ce131d
treebeaaad06b3b34645151973151859925e4d821596
parent68d599df37218452acd5a680d5360d3caaa1623c
Don't use __bzero for memset if the second argument isn't zero.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49050 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp