Skip to content

Commit e09b979

Browse files
Update mlir/include/mlir-c/Target/ExportSMTLIB.h
Co-authored-by: Fehr Mathieu <[email protected]>
1 parent d864f80 commit e09b979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir-c/Target/ExportSMTLIB.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extern "C" {
2222
/// Emits SMTLIB for the specified module using the provided callback and user
2323
/// data
2424
MLIR_CAPI_EXPORTED MlirLogicalResult
25-
mlirTranslateModuleSMTLIB(MlirModule, MlirStringCallback, void *userData,
25+
mlirTranslateModuleToSMTLIB(MlirModule, MlirStringCallback, void *userData,
2626
bool inlineSingleUseValues, bool indentLetBody);
2727

2828
MLIR_CAPI_EXPORTED MlirLogicalResult mlirTranslateOperationToSMTLIB(

0 commit comments

Comments
 (0)