diff options
author | Cameron Zwarich <zwarich@apple.com> | 2013-02-17 03:48:23 +0000 |
---|---|---|
committer | Cameron Zwarich <zwarich@apple.com> | 2013-02-17 03:48:23 +0000 |
commit | 7324d4e593ee2611ee6b272c03b15541fe2df62e (patch) | |
tree | cbd85fdde98983f13e131f616464ff3447649396 /include/llvm/CodeGen/LiveIntervalAnalysis.h | |
parent | 0c222835982bae5e4831e16090f6ce594ef541a6 (diff) |
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
Diffstat (limited to 'include/llvm/CodeGen/LiveIntervalAnalysis.h')
-rw-r--r-- | include/llvm/CodeGen/LiveIntervalAnalysis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index f422a6f3e9..46dfd92801 100644 --- a/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h @@ -294,7 +294,7 @@ namespace llvm { void repairIntervalsInRange(MachineBasicBlock *MBB, MachineBasicBlock::reverse_iterator RBegin, MachineBasicBlock::reverse_iterator REnd, - SmallVectorImpl<unsigned> &OrigRegs); + ArrayRef<unsigned> OrigRegs); // Register mask functions. // |