summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-10-15 00:34:01 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-10-15 00:34:01 +0000
commit9d5d48bc41b182a1b76b1df25069ad4fb6fc45a7 (patch)
tree4239a1b0706966874a9943be0da3c262e360c8aa /lib/CodeGen/SplitKit.h
parent2a0180fbff4870995482d96986ad780ab9de8af4 (diff)
downloadllvm-9d5d48bc41b182a1b76b1df25069ad4fb6fc45a7.tar.gz
llvm-9d5d48bc41b182a1b76b1df25069ad4fb6fc45a7.tar.bz2
llvm-9d5d48bc41b182a1b76b1df25069ad4fb6fc45a7.tar.xz
Eliminate curli from SplitEditor. Use the LiveRangeEdit reference instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116547 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SplitKit.h')
-rw-r--r--lib/CodeGen/SplitKit.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h
index 005ceda3c2..717b520b34 100644
--- a/lib/CodeGen/SplitKit.h
+++ b/lib/CodeGen/SplitKit.h
@@ -242,9 +242,6 @@ class SplitEditor {
/// edit_ - The current parent register and new intervals created.
LiveRangeEdit &edit_;
- /// curli_ - The immutable interval we are currently splitting.
- const LiveInterval *const curli_;
-
/// dupli_ - Created as a copy of curli_, ranges are carved out as new
/// intervals get added through openIntv / closeIntv. This is used to avoid
/// editing curli_.