Skip to content

Commit af5c1a6

Browse files
authored
[CIR] fix enumeration value 'OMPFuseDirectiveClass' not handled in switch (#161278)
1 parent cbfe89f commit af5c1a6

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)