We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068a595 commit 339ec34Copy full SHA for 339ec34
mlir/lib/CAPI/Dialect/LLVM.cpp
@@ -44,7 +44,7 @@ MlirType mlirLLVMArrayTypeGet(MlirType elementType, unsigned numElements) {
44
}
45
46
MlirType mlirLLVMArrayTypeGetElementType(MlirType type) {
47
- return wrap(cast<LLVM::LLVMArrayType>(unwrap(type)).getElementType();
+ return wrap(cast<LLVM::LLVMArrayType>(unwrap(type)).getElementType());
48
49
50
MlirType mlirLLVMFunctionTypeGet(MlirType resultType, intptr_t nArgumentTypes,
0 commit comments