Changes in directory llvm/include/llvm/CodeGen:

LiveVariables.h updated: 1.37 -> 1.38
---
Log message:

VarInfo::UsedBlocks is no longer used. Remove.

---
Diffs of the changes:  (+0 -4)

 LiveVariables.h |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm/include/llvm/CodeGen/LiveVariables.h
diff -u llvm/include/llvm/CodeGen/LiveVariables.h:1.37 
llvm/include/llvm/CodeGen/LiveVariables.h:1.38
--- llvm/include/llvm/CodeGen/LiveVariables.h:1.37      Tue Apr 17 15:22:11 2007
+++ llvm/include/llvm/CodeGen/LiveVariables.h   Wed Apr 18 00:04:38 2007
@@ -79,10 +79,6 @@
     ///
     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;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to