summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 04:20:29 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 04:20:29 +0000
commit612f7807c581eafb7c8105e1a55c8d839033bfb3 (patch)
tree4cb293b68468b3c5e43939128a861451bc5c4d18 /lib/CodeGen/SplitKit.h
parent1a7744501a80351ce31fcecad42c8e35823bc081 (diff)
downloadllvm-612f7807c581eafb7c8105e1a55c8d839033bfb3.tar.gz
llvm-612f7807c581eafb7c8105e1a55c8d839033bfb3.tar.bz2
llvm-612f7807c581eafb7c8105e1a55c8d839033bfb3.tar.xz
Stop precomputing last split points, query the SplitAnalysis cache on demand.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SplitKit.h')
-rw-r--r--lib/CodeGen/SplitKit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h
index bf936321d3..50f8dcfbd1 100644
--- a/lib/CodeGen/SplitKit.h
+++ b/lib/CodeGen/SplitKit.h
@@ -77,8 +77,6 @@ public:
SlotIndex LastUse; ///< Last instr using current reg.
SlotIndex Kill; ///< Interval end point inside block.
SlotIndex Def; ///< Interval start point inside block.
- /// Last possible point for splitting live ranges.
- SlotIndex LastSplitPoint;
bool Uses; ///< Current reg has uses or defs in block.
bool LiveThrough; ///< Live in whole block (Templ 5. or 6. above).
bool LiveIn; ///< Current reg is live in.