mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
Track # nodes in a CSEMap.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29643 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd28900168
commit
8731c0d234
@ -35,6 +35,7 @@ namespace llvm {
|
||||
class SelectionDAGCSEMap {
|
||||
void **Buckets;
|
||||
unsigned NumBuckets; // Always a power of 2.
|
||||
unsigned NumNodes;
|
||||
public:
|
||||
class NodeID;
|
||||
SelectionDAGCSEMap();
|
||||
|
Loading…
Reference in New Issue
Block a user