aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SplitKit.h
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.h
parent11d994b76966c6250492495e52809b54e26e2196 (diff)
downloadllvm-f047ff4fe109c5441d2e142bd01056aeb8f35e84.zip
llvm-f047ff4fe109c5441d2e142bd01056aeb8f35e84.tar.gz
llvm-f047ff4fe109c5441d2e142bd01056aeb8f35e84.tar.bz2
Delete BlockInfo::LiveThrough. It wasn't used any more.
llvm-svn: 136735
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.h')
-rw-r--r--llvm/lib/CodeGen/SplitKit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SplitKit.h b/llvm/lib/CodeGen/SplitKit.h
index 7948b72..4566b84 100644
--- a/llvm/lib/CodeGen/SplitKit.h
+++ b/llvm/lib/CodeGen/SplitKit.h
@@ -78,7 +78,6 @@ public:
MachineBasicBlock *MBB;
SlotIndex FirstUse; ///< First instr using current reg.
SlotIndex LastUse; ///< Last instr using current reg.
- bool LiveThrough; ///< Live in whole block (Templ 5. above).
bool LiveIn; ///< Current reg is live in.
bool LiveOut; ///< Current reg is live out.