Simplify some functions in the C API by using an ArrayRef to directly reference the...
authorFrits van Bommel <fvbommel@gmail.com>
Thu, 14 Jul 2011 11:44:09 +0000 (11:44 +0000)
committerFrits van Bommel <fvbommel@gmail.com>
Thu, 14 Jul 2011 11:44:09 +0000 (11:44 +0000)
commitd155945f15f73eb5619756d94e69b5bc5319d89a
tree7d40eca04290834be3dccc74e2bca249a04f4965
parentd0f3ef807ee4210b97a7a6bc4231e89403145b83
Simplify some functions in the C API by using an ArrayRef to directly reference the array passed to them instead of copying it to a std::vector.

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