[PATCH] D59241: [typo] we we => we
Liang ZOU via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 23:33:55 PDT 2019
liangdzou created this revision.
liangdzou added a reviewer: LLVM.
liangdzou added a project: LLVM.
Herald added subscribers: llvm-commits, jfb.
typo 'we we => we' in the pass EarlyCSE
Repository:
rL LLVM
https://reviews.llvm.org/D59241
Files:
lib/Transforms/Scalar/EarlyCSE.cpp
Index: lib/Transforms/Scalar/EarlyCSE.cpp
===================================================================
--- lib/Transforms/Scalar/EarlyCSE.cpp
+++ 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're 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.190208.patch
Type: text/x-patch
Size: 751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190312/095543ad/attachment.bin>
More information about the llvm-commits
mailing list