Use ArrayRef instead of SmallVector when passing vector into function.
authorBill Wendling <isanbard@gmail.com>
Wed, 29 Aug 2012 18:45:41 +0000 (18:45 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 29 Aug 2012 18:45:41 +0000 (18:45 +0000)
commit21b742ffce7bec3d71e09c7c6d901a756d55feb3
treefd7506c0c57e7e667f12579e8741f71cea49db99
parent90a4f78d3b23576da92a60a731cb34767fd75db8
Use ArrayRef instead of SmallVector when passing vector into function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162851 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/GCOVProfiling.cpp