Fix code gen crash reported in PR 8235. We still lose debug info for the unused argum...
authorDevang Patel <dpatel@apple.com>
Fri, 1 Oct 2010 19:00:44 +0000 (19:00 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 1 Oct 2010 19:00:44 +0000 (19:00 +0000)
commit27f46cd6397c456df6f6f22a46752e64c0954fca
treeb56bb47586a5318acea312743bb7837a798f0601
parentbffa1a5cf3de7d46c71fea93835c6e84f33674e3
Fix code gen crash reported in PR 8235. We still lose debug info for the unused argument here. This is a known limitation recorded debuginfo-tests/trunk/dbg-declare2.ll function 'f6' test case.

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