Skip to content

Commit 896d515

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

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
@@ -306,7 +306,7 @@ TargetFeaturesAttr TargetFeaturesAttr::get(MLIRContext *context,
306306
}
307307

308308
TargetFeaturesAttr TargetFeaturesAttr::getChecked(
309-
llvm::function_ref<::mlir::InFlightDiagnostic()> emitError,
309+
function_ref<InFlightDiagnostic()> emitError,
310310
MLIRContext *context, StringRef targetFeatures) {
311311
SmallVector<StringRef> features;
312312
targetFeatures.split(features, ',', /*MaxSplit=*/-1,

0 commit comments

Comments
 (0)