Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: src/IceGlobalContext.h

Issue 1747333002: Subzero: Print constant pool info with --szstats. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/IceGlobalContext.cpp » ('j') | src/IceGlobalContext.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceGlobalContext.h
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
index 4fd9592862b667234d77c5b6b8be8f107597c2f4..fd76bd7ff8332dd26b5992f9ca3715ee94d6ad6a 100644
--- a/src/IceGlobalContext.h
+++ b/src/IceGlobalContext.h
@@ -99,7 +99,7 @@ class GlobalContext {
for (uint32_t i = 0; i < Stats.size(); ++i)
Stats[i] += Other.Stats[i];
}
- void dump(const IceString &Name, Ostream &Str);
+ void dump(const IceString &Name, GlobalContext *Ctx);
private:
std::array<uint32_t, CS_NUM> Stats;
« no previous file with comments | « no previous file | src/IceGlobalContext.cpp » ('j') | src/IceGlobalContext.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698