commit | 657baf19ca8a48a926bd3bc148b6ad1b17e53199 | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Apr 28 22:57:55 2011 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Apr 28 22:57:55 2011 +0000 |
tree | 964422c8d1d6ab15f982f7f712845f6cdb56be42 | |
parent | 07a8a21c3376f3a2ee470bfa3549c6f3ac4e236d [diff] |
Cut down unnecessary zero'ing when value-initializing arrays of C++ objects. -C++ objects with user-declared constructor don't need zero'ing. -We can zero-initialize arrays of C++ objects in "bulk" now, in which case don't zero-initialize each object again. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130453 91177308-0d34-0410-b5e6-96231b3b80d8