| commit | 81ab90f7ed3c7420fca87c7339c823f136dcc4e5 | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Tue Apr 15 00:50:54 2014 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Tue Apr 15 00:50:54 2014 +0000 |
| tree | fa6e1216d6a3f5f0efbbe8db3cb3ffa8f88589ad | |
| parent | ddfadb46545686450598df07db5139fddeabba89 [diff] |
CodeGen: Handle CapturedStmt in instrumentation based profiling CapturedStmt was being ignored by instrumentation based profiling, and its counters attributed to the containing function. Instead, we need to treat this as a top level entity, like we do with blocks. llvm-svn: 206231