Skip to content

Commit a290058

Browse files
Fix formatting
1 parent d6fd2da commit a290058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenStmt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ mlir::LogicalResult CIRGenFunction::emitLabelStmt(const clang::LabelStmt &s) {
280280
if (emitLabel(*s.getDecl()).failed())
281281
return mlir::failure();
282282

283-
if (getContext().getLangOpts().EHAsynch && s.isSideEntry())
283+
if (getContext().getLangOpts().EHAsynch && s.isSideEntry())
284284
getCIRGenModule().errorNYI(s.getSourceRange(), "IsEHa: not implemented.");
285285

286286
return emitStmt(s.getSubStmt(), /*useCurrentScope*/ true);

0 commit comments

Comments
 (0)