Skip to content

Commit 5b1e1c0

Browse files
committedMar 12, 2019
Very minor typo. NFC
Typo `we we're` => `we were` in the pass EarlyCSE Patch by liangdzou (Liang ZOU) Differential Revision: https://reviews.llvm.org/D59241 llvm-svn: 355895
1 parent 5b1027a commit 5b1e1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎llvm/lib/Transforms/Scalar/EarlyCSE.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ bool EarlyCSE::processNode(DomTreeNode *Node) {
11021102
// At the moment, we don't remove ordered stores, but do remove
11031103
// unordered atomic stores. There's no special requirement (for
11041104
// unordered atomics) about removing atomic stores only in favor of
1105-
// other atomic stores since we we're going to execute the non-atomic
1105+
// other atomic stores since we were going to execute the non-atomic
11061106
// one anyway and the atomic one might never have become visible.
11071107
if (LastStore) {
11081108
ParseMemoryInst LastStoreMemInst(LastStore, TTI);

0 commit comments

Comments
 (0)