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 6fef0ff commit 135d5d4Copy full SHA for 135d5d4
flang/lib/Optimizer/CodeGen/CodeGen.cpp
@@ -38,7 +38,7 @@ static constexpr unsigned defaultAlign = 8;
38
static constexpr unsigned kAttrPointer = CFI_attribute_pointer;
39
static constexpr unsigned kAttrAllocatable = CFI_attribute_allocatable;
40
41
-static mlir::Type getVoidPtrType(mlir::MLIRContext *context) {
+static inline mlir::Type getVoidPtrType(mlir::MLIRContext *context) {
42
return mlir::LLVM::LLVMPointerType::get(mlir::IntegerType::get(context, 8));
43
}
44
0 commit comments