From 0dde6e576123730af2465a37048060e02a741c72 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 17 Oct 2007 06:53:44 +0000 Subject: Apply Chris' suggestions. llvm-svn: 43069 --- llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp') diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index 3aec772f1a9..ca6c04d8f75 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -817,7 +817,7 @@ void LiveIntervals::computeIntervals() { } bool LiveIntervals::findLiveInMBBs(const LiveRange &LR, - SmallVector &MBBs) const { + SmallVectorImpl &MBBs) const { std::vector::const_iterator I = std::lower_bound(Idx2MBBMap.begin(), Idx2MBBMap.end(), LR.start); -- cgit v1.2.3