OSDN Git Service

The inliner needs to fix up debug information for llvm.dbg.declare, not only for...
authorMichael Kuperstein <michael.m.kuperstein@intel.com>
Thu, 11 Dec 2014 12:41:10 +0000 (12:41 +0000)
committerMichael Kuperstein <michael.m.kuperstein@intel.com>
Thu, 11 Dec 2014 12:41:10 +0000 (12:41 +0000)
commit1696b35ff1b6add4434328b4562b9269fb593dd9
treed9a8869f3906bf79a28ac00b71d8c8b48931d424
parent0378ed43685cc7343e487bceddf14f119578fcc0
The inliner needs to fix up debug information for llvm.dbg.declare, not only for llvm.dbg.value.

Patch by Amjad Aboud

Differential Revision: http://reviews.llvm.org/D6525

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224015 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp
test/Transforms/Inline/inline_dbg_declare.ll [new file with mode: 0644]