Commits
Chris Lattner committed 79cbdc5c320
Teach the performance inliner that debug_value[_addr] are free. Teach the mandatory inliner to drop debug_value[_addr] instructions when inlining. Otherwise, we get debug_value's for all of the arguments splattered all over the place. We want transparent functions to be effectively ((nodebug)) in C parlance. Swift SVN r12404