[CodeGen] Use ArrayRef instead of std::vector&. NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 19 Feb 2015 23:13:10 +0000 (23:13 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 19 Feb 2015 23:13:10 +0000 (23:13 +0000)
commit953c5c945803b5915e0c9ce55db176ad9a1093e1
tree95db1a18964e55fab5a675a192bf66ca1fe17a7f
parenta4a7b848d29410ed52b72a0ec6b62233378220d5
[CodeGen] Use ArrayRef instead of std::vector&. NFC.

The former lets us use SmallVectors.  Do so in ARM and AArch64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229925 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp