[PATCH] D59241: [typo] we we => we
Kristina Brooks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 00:07:35 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL355895: Very minor typo. NFC (authored by kristina, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59241?vs=190208&id=190213#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59241/new/
https://reviews.llvm.org/D59241
Files:
llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
Index: llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
===================================================================
--- llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
+++ llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
@@ -1102,7 +1102,7 @@
// At the moment, we don't remove ordered stores, but do remove
// unordered atomic stores. There's no special requirement (for
// unordered atomics) about removing atomic stores only in favor of
- // other atomic stores since we we're going to execute the non-atomic
+ // other atomic stores since we were going to execute the non-atomic
// one anyway and the atomic one might never have become visible.
if (LastStore) {
ParseMemoryInst LastStoreMemInst(LastStore, TTI);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59241.190213.patch
Type: text/x-patch
Size: 786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190312/69ad0291/attachment.bin>
More information about the llvm-commits
mailing list