Skip to content

Commit d8b77bf

Browse files
committed
fx
1 parent d4ae63d commit d8b77bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/IR/Remarks.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,10 @@ class RemarkEngine {
445445
InFlightRemark emitOptimizationRemarkAnalysis(Location loc, RemarkOpts opts);
446446

447447
/// Get the postponed remarks.
448-
ArrayRef<Remark> getPostponedRemarks() const { return postponedRemarks; }
448+
ArrayRef<Remark> getPostponedRemarks() const { return postponedRemarks; }
449449

450450
/// Clear the postponed remarks.
451-
void clearPostponedRemarks() { postponedRemarks.clear(); }
451+
void clearPostponedRemarks() { postponedRemarks.clear(); }
452452
};
453453

454454
template <typename Fn, typename... Args>

0 commit comments

Comments
 (0)