[PATCH] D59242: [typo] we we => we
Liang ZOU via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 01:23:04 PDT 2019
liangdzou created this revision.
Herald added subscribers: llvm-commits, jfb.
Herald added a project: LLVM.
'we we => we' for the pass earlyCSE
Repository:
rL LLVM
https://reviews.llvm.org/D59242
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: D59242.190216.patch
Type: text/x-patch
Size: 751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190312/849c0789/attachment.bin>
More information about the llvm-commits
mailing list