| commit | 92848dee31fe0ef6c545f31f11637b594077a5cd | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Mon Aug 26 20:33:21 2013 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Mon Aug 26 20:33:21 2013 +0000 |
| tree | 51a40169a125109841da37b6397b3386d0209f0a | |
| parent | 41f568223a52a145dcd9fd38e80a846778d4b3f6 [diff] |
Simplify/clean up debug info suppression in CodeGenFunction CodeGenFunction is run on only one function - a new object is made for each new function. I would add an assertion/flag to this effect, but there's an exception: ObjC properties involve emitting helper functions that are all emitted by the same CodeGenFunction object, so such a check is not possible/correct. llvm-svn: 189277