| Index: src/IceGlobalContext.h
|
| diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
|
| index da4b6a11de150f3c4041aa09b564392577d7a3a4..f997b65f1ba22e698bd5dc17ad1d649234dd9b57 100644
|
| --- a/src/IceGlobalContext.h
|
| +++ b/src/IceGlobalContext.h
|
| @@ -132,7 +132,7 @@ public:
|
|
|
| // Reset stats at the beginning of a function.
|
| void resetStats() { StatsFunction.reset(); }
|
| - void dumpStats(const IceString &Name);
|
| + void dumpStats(const IceString &Name, bool Final = false);
|
| void statsUpdateEmitted(uint32_t InstCount) {
|
| StatsFunction.updateEmitted(InstCount);
|
| StatsCumulative.updateEmitted(InstCount);
|
|
|