Skip to content

Commit 8028748

Browse files
committed
Fix formatting
1 parent 4dcff61 commit 8028748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/Dialect/Transforms/CIRCanonicalize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void CIRCanonicalizePass::runOnOperation() {
126126
assert(!cir::MissingFeatures::complexImagOp());
127127
assert(!cir::MissingFeatures::callOp());
128128
// CastOp and UnaryOp are here to perform a manual `fold` in
129-
// applyOpPatternsGreedily.
129+
// applyOpPatternsGreedily.
130130
if (isa<BrOp, BrCondOp, ScopeOp, CastOp, UnaryOp>(op))
131131
ops.push_back(op);
132132
});

0 commit comments

Comments
 (0)