diff --git a/src/PIM/Compiler/PimCodeGen.cpp b/src/PIM/Compiler/PimCodeGen.cpp index 792ba27..037ade7 100644 --- a/src/PIM/Compiler/PimCodeGen.cpp +++ b/src/PIM/Compiler/PimCodeGen.cpp @@ -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";