Skip to content

Commit 721254f

Browse files
bcardosolopesgysit
andauthored
Update mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
Co-authored-by: Tobias Gysi <[email protected]>
1 parent 8e32a80 commit 721254f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3593,7 +3593,7 @@ ParseResult CallIntrinsicOp::parse(OpAsmParser &parser,
35933593
intrinAttr);
35943594

35953595
if (parser.parseLParen())
3596-
return mlir::failure();
3596+
return failure();
35973597

35983598
// Parse the function arguments.
35993599
if (parser.parseOperandList(operands))

0 commit comments

Comments
 (0)