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)
commit1286ef9c896d69b6f146e7edeb68d11a2308796a
tree9527218cf22bf80dc05b9939aee68787ad208554
parentb633eab8cb27e475f6e15c4c46c50c2131edfea2
Use ArrayRef instead of a reference to a SmallVectorImpl.

llvm-svn: 175385
llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
llvm/lib/CodeGen/LiveIntervalAnalysis.cpp