mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-28 06:37:14 +00:00
Add a period. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272410 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fc7c1532ac
commit
250a44041e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user