forked from OSchip/llvm-project
Test commit
I just removed a blank space. llvm-svn: 340069
This commit is contained in:
parent
8cd64580b7
commit
da5864c73c
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue