diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2007-10-17 06:53:44 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2007-10-17 06:53:44 +0000 |
| commit | 0dde6e576123730af2465a37048060e02a741c72 (patch) | |
| tree | b9e0ba2b8cad2c978382ce3e912d0a1fd1f006ae /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | |
| parent | 12d5da49d3207ccbd746fa018bb086e60a5e410e (diff) | |
| download | bcm5719-llvm-0dde6e576123730af2465a37048060e02a741c72.tar.gz bcm5719-llvm-0dde6e576123730af2465a37048060e02a741c72.zip | |
Apply Chris' suggestions.
llvm-svn: 43069
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<MachineBasicBlock*, 4> &MBBs) const { + SmallVectorImpl<MachineBasicBlock*> &MBBs) const { std::vector<IdxMBBPair>::const_iterator I = std::lower_bound(Idx2MBBMap.begin(), Idx2MBBMap.end(), LR.start); |

