OSDN Git Service

Use std::fill instead of memset to initialize an array to avoid hardcoded count and...
authorCraig Topper <craig.topper@gmail.com>
Sat, 5 Dec 2015 07:13:25 +0000 (07:13 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 5 Dec 2015 07:13:25 +0000 (07:13 +0000)
commit83f50fab5317ea62c8298a82c1de5054d5795ac9
treed60de0fdba38da431b2741fb77c0d3d116ea3c68
parentfbbab8b9598762b23d1cc870d4a7a1cba4158792
Use std::fill instead of memset to initialize an array to avoid hardcoded count and a multiply. The outputed code is identical.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254842 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h