mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 17:25:21 +00:00
Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVectors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127388 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -36,7 +36,7 @@ namespace llvm {
|
||||
/// @param newIntervals The newly created intervals will be appended here.
|
||||
virtual void spill(LiveInterval *li,
|
||||
SmallVectorImpl<LiveInterval*> &newIntervals,
|
||||
const SmallVectorImpl<LiveInterval*> &spillIs) = 0;
|
||||
const SmallVectorImpl<LiveInterval*> *spillIs) = 0;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user