OSDN Git Service

Add a new ConstantExpr::getWithOperands that takes any array of operands
authorChris Lattner <sabre@nondot.org>
Wed, 20 Aug 2008 22:27:40 +0000 (22:27 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Aug 2008 22:27:40 +0000 (22:27 +0000)
commitb054bfd3ea50d599fe14bce1b74e39b686724dd9
treef7bd82e4d4bd1b664631e76d0f9d995716d96719
parent83babdea5d4ed19c7ed0be225e8be98463914ffb
Add a new ConstantExpr::getWithOperands that takes any array of operands
instead of requiring an std::vector.

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