[Simplify] Reset all stats between runs.

llvm-svn: 302926
This commit is contained in:
Michael Kruse 2017-05-12 17:23:07 +00:00
parent 8df66c602a
commit aeb4864090
1 changed files with 3 additions and 0 deletions

View File

@ -379,6 +379,9 @@ public:
virtual void releaseMemory() override {
S = nullptr;
IdenticalWritesRemoved = 0;
RedundantWritesRemoved = 0;
StmtsRemoved = 0;
}
};