In InsertValueInst's copy ctor, actually copy the operands.
authorDan Gohman <gohman@apple.com>
Tue, 17 Jun 2008 23:25:49 +0000 (23:25 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 17 Jun 2008 23:25:49 +0000 (23:25 +0000)
commit80b9626ee30a2cb32641ed15d00c0c1a634e275a
tree3c8a8fde4f3a107cbc7478d812e45aaf5a764911
parent2960ed4b85d49fbdb3270605a1bfdbfbdcb97d62
In InsertValueInst's copy ctor, actually copy the operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52434 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Instructions.cpp