Skip to content

Commit 9407645

Browse files
fengfeng09dtcxzyw
andauthored
Update llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
Co-authored-by: Yingwei Zheng <[email protected]>
1 parent b795262 commit 9407645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3894,7 +3894,7 @@ Instruction *InstCombinerImpl::visitOr(BinaryOperator &I) {
38943894
// be simplified by a later pass either, so we try swapping the inner/outer
38953895
// ORs in the hopes that we'll be able to simplify it this way.
38963896
// (X|C) | V --> (X|V) | C
3897-
// Pass the disjoint flag in two following patters:
3897+
// Pass the disjoint flag in the following two patterns:
38983898
// 1. or-disjoint (or-disjoint X, C), V -->
38993899
// or-disjoint (or-disjoint X, V), C
39003900
//

0 commit comments

Comments
 (0)