diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-03-01 23:24:19 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-03-01 23:24:19 +0000 |
commit | 2b09bed5189b1d8ae63094ff806c0a52f21145a3 (patch) | |
tree | 6392d5a6c3479f2e4decf68ab0851c5de160ae2e /llvm/lib/CodeGen/SplitKit.h | |
parent | 8ef91fc870fa7cd9dffc1444a0f30187609815bc (diff) | |
download | bcm5719-llvm-2b09bed5189b1d8ae63094ff806c0a52f21145a3.tar.gz bcm5719-llvm-2b09bed5189b1d8ae63094ff806c0a52f21145a3.zip |
Delete dead code.
llvm-svn: 126801
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.h')
-rw-r--r-- | llvm/lib/CodeGen/SplitKit.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/CodeGen/SplitKit.h b/llvm/lib/CodeGen/SplitKit.h index ae69aecc37c..a77223dbd61 100644 --- a/llvm/lib/CodeGen/SplitKit.h +++ b/llvm/lib/CodeGen/SplitKit.h @@ -210,15 +210,6 @@ public: // parentli is assumed to be live at Idx. Extend the live range to include // Idx. Return the found VNInfo, or NULL. VNInfo *extendTo(const MachineBasicBlock *MBB, SlotIndex Idx); - - // addSimpleRange - Add a simple range from ParentLI to LI. - // ParentVNI must be live in the [Start;End) interval. - void addSimpleRange(SlotIndex Start, SlotIndex End, const VNInfo *ParentVNI); - - /// addRange - Add live ranges to LI where [Start;End) intersects ParentLI. - /// All needed values whose def is not inside [Start;End) must be defined - /// beforehand so mapValue will work. - void addRange(SlotIndex Start, SlotIndex End); }; |