| commit | 3f5eb6610c3252e930241cd3205f9bec08213c28 | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Sat Jun 20 01:26:04 2015 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Sat Jun 20 01:26:04 2015 +0000 |
| tree | d52e9e39eea0281829d05a9674260c46fd0d6559 | |
| parent | 2e06b7d19825fcee6067c61027b38d17008c262e [diff] |
InstrProf: When reading, copy the data instead of taking a reference. NFC This consolidates the logic to read instrprof records into the on disk hash table's lookup trait and makes us copy the counter data instead of taking references to it as we read. This will simplify further changes to the format. Patch by Betul Buyukkurt. llvm-svn: 240206