1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

Add a period. NFC.

llvm-svn: 272410
This commit is contained in:
Chad Rosier 2016-06-10 17:59:22 +00:00
parent cec5b3959a
commit 184eee45f1

View File

@ -545,7 +545,7 @@ static bool handleFree(CallInst *F, AliasAnalysis *AA,
auto Next = ++Dependency->getIterator();
// DCE instructions only used to calculate that store
// DCE instructions only used to calculate that store.
deleteDeadInstruction(Dependency, *MD, *TLI);
++NumFastStores;
MadeChange = true;