Index: src/IceCfg.h |
diff --git a/src/IceCfg.h b/src/IceCfg.h |
index 64a454cdd8056449ae98bf9146c86ec447ef78c7..aa4b855501349c7ee28a084578d66e73092476c4 100644 |
--- a/src/IceCfg.h |
+++ b/src/IceCfg.h |
@@ -219,6 +219,8 @@ public: |
const CfgNode *getCurrentNode() const { return CurrentNode; } |
/// @} |
+ static size_t getTotalMemoryMB(); |
John
2016/02/29 15:12:31
why is this a member of CFG? this seems like a glo
Jim Stichnoth
2016/02/29 22:58:26
Added a comment that this was really for use withi
|
+ |
void emit(); |
void emitIAS(); |
static void emitTextHeader(const IceString &MangledName, GlobalContext *Ctx, |