mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-19 02:25:01 +00:00
Remove unused function.
Patch by Matthias Braun! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188392 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -381,13 +381,6 @@ namespace llvm {
|
|||||||
SmallVectorImpl<VNInfo *> &NewVNInfo,
|
SmallVectorImpl<VNInfo *> &NewVNInfo,
|
||||||
MachineRegisterInfo *MRI);
|
MachineRegisterInfo *MRI);
|
||||||
|
|
||||||
/// isInOneLiveRange - Return true if the range specified is entirely in the
|
|
||||||
/// a single LiveRange of the live interval.
|
|
||||||
bool isInOneLiveRange(SlotIndex Start, SlotIndex End) const {
|
|
||||||
const_iterator r = find(Start);
|
|
||||||
return r != end() && r->containsRange(Start, End);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// True iff this live range is a single segment that lies between the
|
/// True iff this live range is a single segment that lies between the
|
||||||
/// specified boundaries, exclusively. Vregs live across a backedge are not
|
/// specified boundaries, exclusively. Vregs live across a backedge are not
|
||||||
/// considered local. The boundaries are expected to lie within an extended
|
/// considered local. The boundaries are expected to lie within an extended
|
||||||
|
Reference in New Issue
Block a user