aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-08-14 17:28:49 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-08-14 17:28:49 +0000
commit906968c53336490c021b624c94642b10d9541d2c (patch)
tree6c3674e467488e06a73dea548703fc6349b81764 /include/llvm
parent2aeef00d681bf4010d234949043fe0beb29547e2 (diff)
downloadexternal_llvm-906968c53336490c021b624c94642b10d9541d2c.zip
external_llvm-906968c53336490c021b624c94642b10d9541d2c.tar.gz
external_llvm-906968c53336490c021b624c94642b10d9541d2c.tar.bz2
Remove unused function.
Patch by Matthias Braun! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188392 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/CodeGen/LiveInterval.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h
index 251ef50..f42bf8c 100644
--- a/include/llvm/CodeGen/LiveInterval.h
+++ b/include/llvm/CodeGen/LiveInterval.h
@@ -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