diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-08-14 17:28:49 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-08-14 17:28:49 +0000 |
| commit | 386a9bb09da219000cc1edc442699a8d8ed44292 (patch) | |
| tree | 3b4c446e40ca29696fbb9a16608e3a5202b599c2 | |
| parent | 6d13b8fd85b6f627264c79d9a0107cc6a38c4e44 (diff) | |
| download | bcm5719-llvm-386a9bb09da219000cc1edc442699a8d8ed44292.tar.gz bcm5719-llvm-386a9bb09da219000cc1edc442699a8d8ed44292.zip | |
Remove unused function.
Patch by Matthias Braun!
llvm-svn: 188392
| -rw-r--r-- | llvm/include/llvm/CodeGen/LiveInterval.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveInterval.h b/llvm/include/llvm/CodeGen/LiveInterval.h index 251ef50fe06..f42bf8c08b1 100644 --- a/llvm/include/llvm/CodeGen/LiveInterval.h +++ b/llvm/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 |

