Get logical operations to like packed types, allow BinOp::getNot to create
authorChris Lattner <sabre@nondot.org>
Wed, 21 Dec 2005 18:22:19 +0000 (18:22 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 21 Dec 2005 18:22:19 +0000 (18:22 +0000)
commitb9d4100f327647debd0936fe403cdef00ab56859
treeb92abd1e47b55124dfdf3470b8efd375911d89e0
parent83397363348662e9352455ea1e6e88e7026300a4
Get logical operations to like packed types, allow BinOp::getNot to create
the right vector of -1's as its operand.

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