Revert "InstrProf: When reading, copy the data instead of taking a reference. NFC"
authorJustin Bogner <mail@justinbogner.com>
Sat, 20 Jun 2015 01:37:56 +0000 (01:37 +0000)
committerJustin Bogner <mail@justinbogner.com>
Sat, 20 Jun 2015 01:37:56 +0000 (01:37 +0000)
Seems like MSVC doesn't like this:

  InstrProf.h(49) : error C2614: 'llvm::InstrProfRecord' : illegal member initialization: 'Hash' is not a base or member

This reverts r240206.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240208 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found