Skip to content

Commit 891a0d7

Browse files
committed
Remove dead return after return (NFC)
1 parent e4e463e commit 891a0d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/lib/Conversion/ArithmeticToLLVM/ArithmeticToLLVM.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ CmpIOpLowering::matchAndRewrite(arith::CmpIOp op, OpAdaptor adaptor,
187187
adaptor.getLhs(), adaptor.getRhs());
188188
},
189189
rewriter);
190-
191-
return success();
192190
}
193191

194192
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)