We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1027a commit 5b1e1c0Copy full SHA for 5b1e1c0
llvm/lib/Transforms/Scalar/EarlyCSE.cpp
@@ -1102,7 +1102,7 @@ bool EarlyCSE::processNode(DomTreeNode *Node) {
1102
// At the moment, we don't remove ordered stores, but do remove
1103
// unordered atomic stores. There's no special requirement (for
1104
// unordered atomics) about removing atomic stores only in favor of
1105
- // 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
1106
// one anyway and the atomic one might never have become visible.
1107
if (LastStore) {
1108
ParseMemoryInst LastStoreMemInst(LastStore, TTI);
0 commit comments