Skip to content

Commit b9d35c1

Browse files
committed
Fix typo in comment
1 parent b050ec8 commit b9d35c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/Reassociate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,7 @@ void ReassociatePass::OptimizeInst(Instruction *I) {
21802180
// is not further optimized, it is likely to be transformed back to a
21812181
// short-circuited form for code gen, and the source order may have been
21822182
// optimized for the most likely conditions. For vector boolean expressions,
2183-
// we should optimizing for ILP and not serializing the logical operations.
2183+
// we should be optimizing for ILP and not serializing the logical operations.
21842184
if (I->getType()->isIntOrIntVectorTy(1))
21852185
return;
21862186

0 commit comments

Comments
 (0)