summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-06-29 02:03:36 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-06-29 02:03:36 +0000
commit2c0cbce763a258ac58590a8ca3c28ff722093fef (patch)
tree27000e6c9fc8b56141981dd86cf2f8b34b571296 /lib/CodeGen/SplitKit.h
parentab8be96fd30ca9396e6b84fdddf1ac6208984cad (diff)
downloadllvm-2c0cbce763a258ac58590a8ca3c28ff722093fef.tar.gz
llvm-2c0cbce763a258ac58590a8ca3c28ff722093fef.tar.bz2
llvm-2c0cbce763a258ac58590a8ca3c28ff722093fef.tar.xz
Revert r134047 while investigating a llvm-gcc-i386-linux-selfhost
miscompile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134053 91177308-0d34-0410-b5e6-96231b3b80d8
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.