Skip to content

Commit c98f56a

Browse files
committed
test change in typeconerter
Signed-off-by: Haruki Imai <[email protected]>
1 parent 4f0eb67 commit c98f56a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Conversion/KrnlToLLVM/ConstantOpInterface.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ extern std::string EXTERNAL_CONSTANT_PREFIX;
3838
class ConstantOpInterfaceLowering
3939
: public OpInterfaceConversionPattern<ConstantOpInterface> {
4040
public:
41+
using OpInterfaceConversionPattern<
42+
ConstantOpInterface>::OpInterfaceConversionPattern;
43+
4144
explicit ConstantOpInterfaceLowering(
4245
LLVMTypeConverter &typeConverter, MLIRContext *context)
4346
: OpInterfaceConversionPattern(typeConverter, context) {}

0 commit comments

Comments
 (0)