Use ArrayRef instead of a reference to a SmallVectorImpl.
authorCameron Zwarich <zwarich@apple.com>
Sun, 17 Feb 2013 03:48:23 +0000 (03:48 +0000)
committerCameron Zwarich <zwarich@apple.com>
Sun, 17 Feb 2013 03:48:23 +0000 (03:48 +0000)
commit7324d4e593ee2611ee6b272c03b15541fe2df62e
treecbd85fdde98983f13e131f616464ff3447649396
parent0c222835982bae5e4831e16090f6ce594ef541a6
Use ArrayRef instead of a reference to a SmallVectorImpl.

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