Skip to content

Commit 5f6d773

Browse files
committed
clang-format
1 parent 56898c7 commit 5f6d773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/CIR/Lowering/ThroughMLIR/LowerCIRToMLIR.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,8 @@ void populateCIRToMLIRConversionPatterns(mlir::RewritePatternSet &patterns,
14201420
CIRBitClrsbOpLowering, CIRBitFfsOpLowering, CIRBitParityOpLowering,
14211421
CIRIfOpLowering, CIRVectorCreateLowering, CIRVectorInsertLowering,
14221422
CIRVectorExtractLowering, CIRVectorCmpOpLowering, CIRACosOpLowering,
1423-
CIRASinOpLowering,CIRTanOpLowering>(converter, patterns.getContext());
1423+
CIRASinOpLowering, CIRTanOpLowering>(converter,
1424+
patterns.getContext());
14241425
}
14251426

14261427
static mlir::TypeConverter prepareTypeConverter() {

0 commit comments

Comments
 (0)