Skip to content

Commit 2bca751

Browse files
committed
Fixed lint error : trailing whitespaces in using_assume_to_reduce_breanches.cc
1 parent cc5cdcc commit 2bca751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tir/transforms/using_assume_to_reduce_branches.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Pass UseAssumeToReduceBranches() {
354354
auto* n = f.CopyOnWrite();
355355
arith::Analyzer analyzer;
356356

357-
// The pass runs & eliminates pad branch with overcompute only if,
357+
// The pass runs & eliminates pad branch with overcompute only if,
358358
// the primfunc has op_pattern defined and is an elementwise op.
359359
// AnnotateTIROpPattern pass will set op_pattern in op attributes of the primfunc.
360360
if (n->attrs.GetAttr<Integer>("op_pattern").defined()) {

0 commit comments

Comments
 (0)