We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d0739 commit d1b63c6Copy full SHA for d1b63c6
mlir/include/mlir/TableGen/CodeGenHelpers.h
@@ -203,7 +203,7 @@ class StaticVerifierFunctionEmitter {
203
204
/// A generic function to emit constraints
205
void emitConstraints(const ConstraintMap &constraints, StringRef selfName,
206
- const char *const codeTemplate);
+ const char *codeTemplate);
207
208
/// Assign a unique name to a unique constraint.
209
std::string getUniqueName(StringRef kind, unsigned index);
0 commit comments