Skip to content

Commit 0a8fdd2

Browse files
maksleventalgysit
andauthored
Update mlir/lib/Dialect/LLVMIR/IR/LLVMAttrs.cpp
Co-authored-by: Tobias Gysi <[email protected]>
1 parent d4a9e56 commit 0a8fdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/LLVMIR/IR/LLVMAttrs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ TargetFeaturesAttr TargetFeaturesAttr::get(MLIRContext *context,
289289
}
290290

291291
TargetFeaturesAttr TargetFeaturesAttr::getChecked(
292-
llvm::function_ref<::mlir::InFlightDiagnostic()> emitError,
292+
function_ref<InFlightDiagnostic()> emitError,
293293
MLIRContext *context, llvm::ArrayRef<StringRef> features) {
294294
return Base::getChecked(emitError, context,
295295
llvm::map_to_vector(features, [&](StringRef feature) {

0 commit comments

Comments
 (0)