Skip to content

Commit 703b52e

Browse files
committed
Remove empty line to match upstream
1 parent 80c7d83 commit 703b52e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Conversion/MathToROCDL/MathToROCDL.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ void mlir::populateMathToROCDLConversionPatterns(LLVMTypeConverter &converter,
5858
// Handled by mathToLLVM: math::RoundEvenOp
5959
// Handled by mathToLLVM: math::RoundOp
6060
// Handled by mathToLLVM: math::TruncOp
61-
6261
populateOpPatterns<math::AbsFOp>(converter, patterns, "__ocml_fabs_f32",
6362
"__ocml_fabs_f64");
6463
populateOpPatterns<math::AcosOp>(converter, patterns, "__ocml_acos_f32",

0 commit comments

Comments
 (0)