Make ConstantVector::get() always take an ArrayRef, never a std::vector.
authorJay Foad <jay.foad@gmail.com>
Wed, 22 Jun 2011 09:10:19 +0000 (09:10 +0000)
committerJay Foad <jay.foad@gmail.com>
Wed, 22 Jun 2011 09:10:19 +0000 (09:10 +0000)
commita0c138429e101f573d43740322245c1d5b8b04a0
treec23f47b278a6e5397caf3771ee18b07bbf0c5c5a
parent3e8cff47a797e9aca732ce31b0aef0f262deb050
Make ConstantVector::get() always take an ArrayRef, never a std::vector.

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