summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveVariables.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-04-18 05:04:38 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-04-18 05:04:38 +0000
commitf44c72817e3a7f517ad796705effb8d59e6a6dfa (patch)
treee16e9c042e55f03c3d984eb66d9c36cc23a4f7a2 /include/llvm/CodeGen/LiveVariables.h
parentca2563d2d8719ba719b09b45ea77915ac88a2328 (diff)
downloadllvm-f44c72817e3a7f517ad796705effb8d59e6a6dfa.tar.gz
llvm-f44c72817e3a7f517ad796705effb8d59e6a6dfa.tar.bz2
llvm-f44c72817e3a7f517ad796705effb8d59e6a6dfa.tar.xz
VarInfo::UsedBlocks is no longer used. Remove.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveVariables.h')
-rw-r--r--include/llvm/CodeGen/LiveVariables.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/LiveVariables.h b/include/llvm/CodeGen/LiveVariables.h
index 6c58815e27..d87d64bb82 100644
--- a/include/llvm/CodeGen/LiveVariables.h
+++ b/include/llvm/CodeGen/LiveVariables.h
@@ -79,10 +79,6 @@ public:
///
BitVector AliveBlocks;
- /// UsedBlocks - Set of blocks of which this value is actually used. This
- /// is a bit set which uses the basic block number as an index.
- BitVector UsedBlocks;
-
/// NumUses - Number of uses of this register across the entire function.
///
unsigned NumUses;