Add code to RemapOperand() to handle Instruction::ExtractElement and
authorEvan Cheng <evan.cheng@apple.com>
Fri, 7 Apr 2006 01:27:42 +0000 (01:27 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 7 Apr 2006 01:27:42 +0000 (01:27 +0000)
commit39c61fd5274509f34766073f10aaa20c99068804
treeeef9a5213396a2c83f98e811a07ce0f38f18e8f3
parent85c0965db1859f675158d7230fa9d0962adfc0d0
Add code to RemapOperand() to handle Instruction::ExtractElement and
Instruction::InsertElement.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27477 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkModules.cpp