aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-11-08 01:22:24 +0000
committerOwen Anderson <resistor@mac.com>2007-11-08 01:22:24 +0000
commit839dc32661b19a2d0c6b2e7d533ded6edc17c0a1 (patch)
tree6eae0289ba9e8fabf8915f9697c7c0c3eecbc06e
parent721b2ccda626f175ab941d085d2bbc552ddafd9f (diff)
downloadexternal_llvm-839dc32661b19a2d0c6b2e7d533ded6edc17c0a1.zip
external_llvm-839dc32661b19a2d0c6b2e7d533ded6edc17c0a1.tar.gz
external_llvm-839dc32661b19a2d0c6b2e7d533ded6edc17c0a1.tar.bz2
Oops, forgot to commit this file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43867 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/LiveVariables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/LiveVariables.h b/include/llvm/CodeGen/LiveVariables.h
index 36536a1..8938330 100644
--- a/include/llvm/CodeGen/LiveVariables.h
+++ b/include/llvm/CodeGen/LiveVariables.h
@@ -83,6 +83,10 @@ 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;