Skip to content

Commit 05b765e

Browse files
committed
fx
1 parent a741093 commit 05b765e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/include/mlir/IR/Remarks.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ struct RemarkOpts {
7878
constexpr RemarkOpts function(StringRef v) const {
7979
return {remarkName, categoryName, subCategoryName, v, postponed};
8080
}
81-
/// Return a copy with the function name set.
81+
/// Return a copy with the postponed flag set.
8282
constexpr RemarkOpts postpone() const {
8383
return {remarkName, categoryName, subCategoryName, functionName, true};
8484
}
@@ -103,7 +103,6 @@ class Remark {
103103
.toStringRef(fullCategoryName);
104104
}
105105
}
106-
~Remark() = default;
107106

108107
// Remark argument that is a key-value pair that can be printed as machine
109108
// parsable args.

0 commit comments

Comments
 (0)