Skip to content

Commit bf15901

Browse files
bcardosolopesgysit
andauthored
Update mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMIRToLLVMTranslation.cpp
Co-authored-by: Tobias Gysi <[email protected]>
1 parent 69239c9 commit bf15901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMIRToLLVMTranslation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ convertUnregisteredIntrinsicImpl(OpBuilder &odsBuilder, llvm::CallInst *inst,
7878
llvmOperands, llvmOpBundles, false, {}, {}, mlirOperands, mlirAttrs)))
7979
return failure();
8080

81-
mlir::Type results = moduleImport.convertType(inst->getType());
81+
Type results = moduleImport.convertType(inst->getType());
8282
auto op = odsBuilder.create<::mlir::LLVM::CallIntrinsicOp>(
8383
moduleImport.translateLoc(inst->getDebugLoc()), results,
8484
StringAttr::get(odsBuilder.getContext(), intrinName),

0 commit comments

Comments
 (0)