OSDN Git Service

Generate debug info for by-value struct args even if they are not used.
authorAdrian Prantl <aprantl@apple.com>
Thu, 16 May 2013 23:44:12 +0000 (23:44 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 16 May 2013 23:44:12 +0000 (23:44 +0000)
commitdf68803890ecae2e8cfabdaa9122cb2ccbf5b89c
tree7fdaff0fb75b0910499a835b38a0336f4cd0b9d7
parent27a33ad5ce3a6ca9a5d7546b41d96e975b1e9305
Generate debug info for by-value struct args even if they are not used.
radar://problem/13865940

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182062 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/DebugInfo/X86/byvalstruct.ll [new file with mode: 0644]