[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveVariables.h
Evan Cheng
evan.cheng at apple.com
Tue Apr 17 22:04:59 PDT 2007
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;
More information about the llvm-commits
mailing list