[codeview] Fix bug around multi-level wrapper inlining
authorReid Kleckner <rnk@google.com>
Thu, 11 Feb 2016 19:41:47 +0000 (19:41 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 11 Feb 2016 19:41:47 +0000 (19:41 +0000)
commit829365aeef9cde27b00969e7801b0f4844025ca1
tree09d3fd4ae60f61f4e8b007cdea21db95c7ec4e08
parent1b1c7e977feec17e3c62c035797335bc50623449
[codeview] Fix bug around multi-level wrapper inlining

If there were wrapper functions with no instructions of their own in the
inlining tree, we would fail to emit InlineSite records for them.

llvm-svn: 260571
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp