Oops, forgot to commit this file.
authorOwen Anderson <resistor@mac.com>
Thu, 8 Nov 2007 01:22:24 +0000 (01:22 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 8 Nov 2007 01:22:24 +0000 (01:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43867 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveVariables.h

index 36536a14ee845b57e791f6f374b4520332574b17..8938330fad673f1e612c682a7abeb325e06f7585 100644 (file)
@@ -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;