summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/SplitKit.h')
-rw-r--r--lib/CodeGen/SplitKit.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h
index a9ccf40be2..7174c0b55f 100644
--- a/lib/CodeGen/SplitKit.h
+++ b/lib/CodeGen/SplitKit.h
@@ -81,12 +81,6 @@ public:
bool LiveThrough; ///< Live in whole block (Templ 5. above).
bool LiveIn; ///< Current reg is live in.
bool LiveOut; ///< Current reg is live out.
-
- /// isOneInstr - Returns true when this BlockInfo describes a single
- /// instruction.
- bool isOneInstr() const {
- return SlotIndex::isSameInstr(FirstUse, LastUse);
- }
};
private:
@@ -366,10 +360,6 @@ public:
/// Return the beginning of the new live range.
SlotIndex enterIntvBefore(SlotIndex Idx);
- /// enterIntvAfter - Enter the open interval after the instruction at Idx.
- /// Return the beginning of the new live range.
- SlotIndex enterIntvAfter(SlotIndex Idx);
-
/// enterIntvAtEnd - Enter the open interval at the end of MBB.
/// Use the open interval from he inserted copy to the MBB end.
/// Return the beginning of the new live range.