SDDbgValues are apparently not being legalized. Fix a symptom of the problem,
authorDan Gohman <gohman@apple.com>
Fri, 7 May 2010 22:19:08 +0000 (22:19 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 7 May 2010 22:19:08 +0000 (22:19 +0000)
commit4ce86f459c92258f887fd8fd884fa55066b3a0cd
treefeddede9f0aa323e8f373e41a9b325bb21a56885
parent66797ff2e1433c1005f911c954a2953238d04554
SDDbgValues are apparently not being legalized. Fix a symptom of the problem,
and not the real problem itself, by dropping debug info for i128 values.
rdar://7958162.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103310 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
test/CodeGen/Generic/legalize-dbg-value.ll [new file with mode: 0644]