Files
llvm/test/Transforms
Adrian Prantl 9fa4de797e Strip debug info when inlining into a nodebug function.
The LLVM backend cannot produce any debug info for an llvm::Function
without a DISubprogram attachment. When inlining a debug-info-carrying
function into a nodebug function, there is therefore no reason to keep
any debug info intrinsic calls or debug locations on the instructions.

This fixes a problem discovered in PR32042.

rdar://problem/30679307

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296488 91177308-0d34-0410-b5e6-96231b3b80d8
2017-02-28 16:58:13 +00:00
..
2017-02-07 23:59:07 +00:00
2017-02-14 16:41:10 +00:00
2017-01-22 20:28:56 +00:00
2016-07-19 17:52:41 +00:00