Fix report memory

This commit is contained in:
ilgeco
2026-05-12 10:42:38 +02:00
parent 26317ea7d0
commit f6b97b3813
-2
View File
@@ -215,8 +215,6 @@ void PimMemory::report(llvm::raw_ostream& file) {
sizeGlobal += memEntry.size;
}
}
file << "\n";
file << "Total Core Memory: " << formatMemory(totalMemory) << "\n";
}
file << numAlloca << " " << formatMemory(sizeAlloca) << " " << numGlobal << " " << formatMemory(sizeGlobal) << "\n";