Use ArrayRef instead of requiring an std::vector.
authorBill Wendling <isanbard@gmail.com>
Thu, 28 Jul 2011 21:25:33 +0000 (21:25 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 28 Jul 2011 21:25:33 +0000 (21:25 +0000)
commit1ddaa9c1c684bd46102300e5c680dfa767a88214
tree5f8e9ffce12bbe60d10e13d770cc6534f880443c
parent7379b6650008fba555d5472d5c76e8efc59e8a21
Use ArrayRef instead of requiring an std::vector.

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