| commit | 60d852ba5b6ab568b23be94816b0f87c293107f5 | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Thu Apr 23 00:31:16 2015 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Thu Apr 23 00:31:16 2015 +0000 |
| tree | 09bbffcad03d852f8bf12a86a32d34c3d2f67b90 | |
| parent | 46e9f9df15483c6bbb55c24d9e6d4bb7776e377d [diff] |
InstrProf: Fix a shadowing error that would break length of profile names We try to use the member variable "FuncName" here, but we've also used that name as a parameter. This ends with us getting the length of the function name wrong when we generate the coverage data. llvm-svn: 235565