mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 06:33:21 +00:00
Oops, forgot to commit this file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43867 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a018540807
commit
fc8663dbe0
@ -83,6 +83,10 @@ public:
|
|||||||
///
|
///
|
||||||
BitVector AliveBlocks;
|
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.
|
/// NumUses - Number of uses of this register across the entire function.
|
||||||
///
|
///
|
||||||
unsigned NumUses;
|
unsigned NumUses;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user