Skip to content

Commit b032de7

Browse files
Fix code formatting
1 parent 3142924 commit b032de7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

clang/lib/CIR/CodeGen/CIRGenStmt.cpp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ mlir::LogicalResult CIRGenFunction::emitBreakStmt(const clang::BreakStmt &s) {
429429
return mlir::success();
430430
}
431431

432-
433432
const CaseStmt *CIRGenFunction::foldCaseStmt(const clang::CaseStmt &s,
434433
mlir::Type condType,
435434
mlir::ArrayAttr &value,
@@ -570,10 +569,9 @@ mlir::LogicalResult CIRGenFunction::emitCaseStmt(const CaseStmt &s,
570569
buildingTopLevelCase);
571570
}
572571

573-
574-
mlir::LogicalResult CIRGenFunction::emitDefaultStmt(const clang::DefaultStmt &s,
575-
mlir::Type condType,
576-
bool buildingTopLevelCase) {
572+
mlir::LogicalResult CIRGenFunction::emitDefaultStmt(const clang::DefaultStmt &s,
573+
mlir::Type condType,
574+
bool buildingTopLevelCase) {
577575
return emitCaseDefaultCascade(&s, condType, builder.getArrayAttr({}),
578576
cir::CaseOpKind::Default, buildingTopLevelCase);
579577
}

0 commit comments

Comments
 (0)