mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
Correctly compute the number of compaction tables.
llvm-svn: 16064
This commit is contained in:
parent
54503bf00a
commit
1233a0885a
@ -241,10 +241,10 @@ public:
|
||||
virtual void handleCompactionTableBegin() {
|
||||
if (os)
|
||||
*os << " BLOCK: CompactionTable {\n";
|
||||
bca.numCmpctnTables++;
|
||||
}
|
||||
|
||||
virtual void handleCompactionTablePlane( unsigned Ty, unsigned NumEntries) {
|
||||
bca.numCmpctnTables++;
|
||||
if (os)
|
||||
*os << " Plane: Ty=" << Ty << " Size=" << NumEntries << "\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user