Skip to content

Commit b1ccf66

Browse files
hhkitmath-fehr
andauthored
Update mlir/lib/Target/IRDLToCpp/Templates/PerOperationDecl.txt
Co-authored-by: Fehr Mathieu <[email protected]>
1 parent a30bb8d commit b1ccf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Target/IRDLToCpp/Templates/PerOperationDecl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public:
4444

4545
__OP_CPP_NAME__GenericAdaptor(RangeT values, const __OP_CPP_NAME__GenericAdaptorBase &base) : Base(base), odsOperands(values) {}
4646

47-
// HACK ALERT: This template parameter allows using __OP_CPP_NAME__ which is declared later.
47+
// This template parameter allows using __OP_CPP_NAME__ which is declared later.
4848
template <typename LateInst = __OP_CPP_NAME__, typename = std::enable_if_t<std::is_same_v<LateInst, __OP_CPP_NAME__>>>
4949
__OP_CPP_NAME__GenericAdaptor(RangeT values, LateInst op) : Base(op), odsOperands(values) {}
5050

0 commit comments

Comments
 (0)