projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd28900
)
Track # nodes in a CSEMap.
author
Chris Lattner
<sabre@nondot.org>
Sat, 12 Aug 2006 01:07:51 +0000
(
01:07
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 12 Aug 2006 01:07:51 +0000
(
01:07
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29643
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAGCSEMap.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGCSEMap.h
b/include/llvm/CodeGen/SelectionDAGCSEMap.h
index c44d09b010ca179c9f400a22113ec565715dab8c..dd1071a3173d687fb8cc8cc87d566470f06e7d33 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAGCSEMap.h
+++ b/
include/llvm/CodeGen/SelectionDAGCSEMap.h
@@
-35,6
+35,7
@@
namespace llvm {
class SelectionDAGCSEMap {
void **Buckets;
unsigned NumBuckets; // Always a power of 2.
+ unsigned NumNodes;
public:
class NodeID;
SelectionDAGCSEMap();