Implement the two constructors in InsertValueInst and ExtractValueInst.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 4 Jun 2008 14:40:55 +0000 (14:40 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 4 Jun 2008 14:40:55 +0000 (14:40 +0000)
commit444099f615c8eebea8d1f22cbad9dfb5664a16e9
treedf62a5198eed680b0caa2eb383d03ddd7f8c5d03
parent3f32d65912b4da23793dab618d981be2ce11c331
Implement the two constructors in InsertValueInst and ExtractValueInst.

Add a Name argment to two init methods in these classes as well to make things
a bit more consistent.

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