diff --git a/mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp b/mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp --- a/mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp +++ b/mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp @@ -1602,9 +1602,7 @@ : AllocLikeOpLowering(converter, useAlignedAlloc) {} }; -struct AllocaOpLowering : public AllocLikeOpLowering { - using Base::Base; -}; +using AllocaOpLowering = AllocLikeOpLowering; // A CallOp automatically promotes MemRefType to a sequence of alloca/store and // passes the pointer to the MemRef across function boundaries.