Fix report memory
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user