We need to map DebugLoc. It leads to Fuction * (through subprogram entry node) which...
authorDevang Patel <dpatel@apple.com>
Thu, 4 Aug 2011 20:02:18 +0000 (20:02 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 4 Aug 2011 20:02:18 +0000 (20:02 +0000)
commit1f35b178858c693261b08ab41022f92e250e08b4
treeb86994d070276836779d22241fa66e120b7a3585
parent211da8f7a96e26cc8d53a0c2ea34f6b791513021
We need to map DebugLoc. It leads to Fuction * (through subprogram entry node) which should be appropriately mapped.

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