Skip to content

Commit 8f517fa

Browse files
committed
Fix formatting
1 parent 25bca23 commit 8f517fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenStmt.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ mlir::LogicalResult CIRGenFunction::emitStmt(const Stmt *s,
6363
case Stmt::ReturnStmtClass:
6464
llvm_unreachable("should have emitted these statements as simple");
6565

66-
6766
#define STMT(Type, Base)
6867
#define ABSTRACT_STMT(Op)
6968
#define EXPR(Type, Base) case Stmt::Type##Class:

0 commit comments

Comments
 (0)