Test commit

I just removed a blank space.

llvm-svn: 340069
This commit is contained in:
Jun Lim 2018-08-17 18:40:41 +00:00
parent 8cd64580b7
commit da5864c73c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ using namespace llvm;
STATISTIC(NumRedundantStores, "Number of redundant stores deleted");
STATISTIC(NumFastStores, "Number of stores deleted");
STATISTIC(NumFastOther , "Number of other instrs removed");
STATISTIC(NumFastOther, "Number of other instrs removed");
STATISTIC(NumCompletePartials, "Number of stores dead by later partials");
STATISTIC(NumModifiedStores, "Number of stores modified");