Skip to content

Commit c895802

Browse files
committed
[CIR][NFC] Fix enumeration value 'OMPFuseDirectiveClass' not handled in switch
1 parent 38953f4 commit c895802

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
@@ -279,6 +279,7 @@ mlir::LogicalResult CIRGenFunction::emitStmt(const Stmt *s,
279279
case Stmt::OMPGenericLoopDirectiveClass:
280280
case Stmt::OMPReverseDirectiveClass:
281281
case Stmt::OMPInterchangeDirectiveClass:
282+
case Stmt::OMPFuseDirectiveClass:
282283
case Stmt::OMPAssumeDirectiveClass:
283284
case Stmt::OMPMaskedDirectiveClass:
284285
case Stmt::OMPStripeDirectiveClass:

0 commit comments

Comments
 (0)