summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SplitKit.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-08-02 22:37:20 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-08-02 22:37:20 +0000
commitf047ff4fe109c5441d2e142bd01056aeb8f35e84 (patch)
tree04f8cbda72147102326fb93b9fdeaf2cbfe3ecc7 /llvm/lib/CodeGen/SplitKit.cpp
parent11d994b76966c6250492495e52809b54e26e2196 (diff)
downloadbcm5719-llvm-f047ff4fe109c5441d2e142bd01056aeb8f35e84.tar.gz
bcm5719-llvm-f047ff4fe109c5441d2e142bd01056aeb8f35e84.zip
Delete BlockInfo::LiveThrough. It wasn't used any more.
llvm-svn: 136735
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.cpp')
-rw-r--r--llvm/lib/CodeGen/SplitKit.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SplitKit.cpp b/llvm/lib/CodeGen/SplitKit.cpp
index 2197046b030..0679a619f5c 100644
--- a/llvm/lib/CodeGen/SplitKit.cpp
+++ b/llvm/lib/CodeGen/SplitKit.cpp
@@ -203,7 +203,6 @@ bool SplitAnalysis::calcLiveBlockInfo() {
++NumGapBlocks;
// Push the Live-in part.
- BI.LiveThrough = false;
BI.LiveOut = false;
UseBlocks.push_back(BI);
UseBlocks.back().LastUse = LastStop;
@@ -215,8 +214,6 @@ bool SplitAnalysis::calcLiveBlockInfo() {
}
}
- // Don't set LiveThrough when the block has a gap.
- BI.LiveThrough = BI.LiveIn && BI.LiveOut;
UseBlocks.push_back(BI);
// LVI is now at LVE or LVI->end >= Stop.
OpenPOWER on IntegriCloud