mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +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:
parent
2aeef00d68
commit
906968c533
@ -381,13 +381,6 @@ namespace llvm {
|
||||
SmallVectorImpl<VNInfo *> &NewVNInfo,
|
||||
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
|
||||
/// specified boundaries, exclusively. Vregs live across a backedge are not
|
||||
/// considered local. The boundaries are expected to lie within an extended
|
||||
|
Loading…
Reference in New Issue
Block a user