fix rdar://9776316 - type remapping needed for inline asm blobs,
authorChris Lattner <sabre@nondot.org>
Fri, 15 Jul 2011 23:18:40 +0000 (23:18 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Jul 2011 23:18:40 +0000 (23:18 +0000)
commit7305c55a806e550020c0fd78239b587da222f600
treee45a060bffca94c884dc6d86a94cf8ba07b836e5
parentc1d414ad713406c67c19ff2a1db861046a51cea9
fix rdar://9776316 - type remapping needed for inline asm blobs,
fixing some objc llvm-test crashes with LTO.

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