mirror of
https://github.com/RPCSX/llvm.git
synced 2025-05-13 10:56:01 +00:00
Correctly compute the number of compaction tables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16064 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0033c18c47
commit
488d73a8b7
@ -241,10 +241,10 @@ public:
|
|||||||
virtual void handleCompactionTableBegin() {
|
virtual void handleCompactionTableBegin() {
|
||||||
if (os)
|
if (os)
|
||||||
*os << " BLOCK: CompactionTable {\n";
|
*os << " BLOCK: CompactionTable {\n";
|
||||||
|
bca.numCmpctnTables++;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void handleCompactionTablePlane( unsigned Ty, unsigned NumEntries) {
|
virtual void handleCompactionTablePlane( unsigned Ty, unsigned NumEntries) {
|
||||||
bca.numCmpctnTables++;
|
|
||||||
if (os)
|
if (os)
|
||||||
*os << " Plane: Ty=" << Ty << " Size=" << NumEntries << "\n";
|
*os << " Plane: Ty=" << Ty << " Size=" << NumEntries << "\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user