[inline asm] Return an undef SDValue of the expected value type, rather than
authorChad Rosier <mcrosier@apple.com>
Wed, 1 May 2013 19:49:26 +0000 (19:49 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 1 May 2013 19:49:26 +0000 (19:49 +0000)
commitf0b0755b6ea0b5c55bbf51ddd29439c01c7102e5
treec7c0beec88d375b68f9779b335909841988accd0
parentb2ed5fac0693e949ffdbf45266f5d53839211b63
[inline asm] Return an undef SDValue of the expected value type, rather than
report a fatal error.  This allows us to continue processing the translation
unit.  Test case to come on the clang side because we need an inline asm
diagnostics handler in place.
rdar://13446483

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180873 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp