get rid of ExtractValueInst::init's Value argument, it is already passed to the Unary...
authorGabor Greif <ggreif@gmail.com>
Fri, 6 Jun 2008 21:06:32 +0000 (21:06 +0000)
committerGabor Greif <ggreif@gmail.com>
Fri, 6 Jun 2008 21:06:32 +0000 (21:06 +0000)
commit76aca6f38f28a8796d1d1ab60080668d3c7ba4b8
tree00007ad2319c0e16124600523275829826e5ca68
parent929b39f0a03bb6ae7c7b4ba0fac3e3aa4216b822
get rid of ExtractValueInst::init's Value argument, it is already passed to the UnaryInstruction ctor

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