Skip to content

Commit 1886ced

Browse files
maksleventalmahesh-attarde
authored andcommitted
[CIR] fix enumeration value 'OMPFuseDirectiveClass' not handled in switch (llvm#161278)
1 parent 873d39b commit 1886ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/CIR/CodeGen/CIRGenStmt.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ mlir::LogicalResult CIRGenFunction::emitStmt(const Stmt *s,
216216
case Stmt::OMPSimdDirectiveClass:
217217
case Stmt::OMPTileDirectiveClass:
218218
case Stmt::OMPUnrollDirectiveClass:
219+
case Stmt::OMPFuseDirectiveClass:
219220
case Stmt::OMPForDirectiveClass:
220221
case Stmt::OMPForSimdDirectiveClass:
221222
case Stmt::OMPSectionsDirectiveClass:

0 commit comments

Comments
 (0)