Skip to content

Commit 00053ba

Browse files
joker-ephcopybara-github
authored andcommitted
Internal Fixups Internal Fixups
PiperOrigin-RevId: 362416102
1 parent 2aa4b97 commit 00053ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transforms/lowering.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class LowerToLLVMPass : public LowerToLLVMBase<LowerToLLVMPass> {
6868
patterns.insert<LowerUndef>(converter);
6969

7070
LLVMConversionTarget target(getContext());
71-
target.addLegalOp<mlir::ModuleOp, mlir::ModuleTerminatorOp>();
71+
target.addLegalOp<mlir::ModuleOp>();
7272
target.addIllegalDialect<SairDialect>();
7373
if (failed(applyFullConversion(module, target, std::move(patterns)))) {
7474
signalPassFailure();

0 commit comments

Comments
 (0)