]> granicus.if.org Git - llvm/commit
ProfileData: Don't redundantly default initialize a member
authorJustin Bogner <mail@justinbogner.com>
Tue, 29 Jul 2014 15:56:06 +0000 (15:56 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 29 Jul 2014 15:56:06 +0000 (15:56 +0000)
commitf0fd505d0768c1afc1cec9b9f9836efd82e791ba
tree5f9a630c8df07e962046a18dba7a6766bc05678e
parentf6689601ee242ec5851dccb5fc7bb699330c157a
ProfileData: Don't redundantly default initialize a member

We're default constructing RecordIterator anyway, so it needn't appear
in the mem-initializer-list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214182 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ProfileData/InstrProfReader.h