File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -370,9 +370,8 @@ def TDL_DirA : Directive<"dira"> {
370
370
// IMPL-NEXT: switch (Dir) {
371
371
// IMPL-NEXT: case llvm::tdl::Directive::TDLD_dira:
372
372
// IMPL-NEXT: return llvm::tdl::Association::None;
373
- // IMPL-NEXT: default:
374
- // IMPL-NEXT: llvm_unreachable("Unexpected directive");
375
373
// IMPL-NEXT: } // switch(Dir)
374
+ // IMPL-NEXT: llvm_unreachable("Unexpected directive");
376
375
// IMPL-NEXT: }
377
376
// IMPL-EMPTY:
378
377
// IMPL-NEXT: #endif // GEN_DIRECTIVES_IMPL
Original file line number Diff line number Diff line change @@ -301,9 +301,8 @@ def TDL_DirA : Directive<"dira"> {
301
301
// IMPL-NEXT: switch (Dir) {
302
302
// IMPL-NEXT: case llvm::tdl::Directive::TDLD_dira:
303
303
// IMPL-NEXT: return llvm::tdl::Association::Block;
304
- // IMPL-NEXT: default:
305
- // IMPL-NEXT: llvm_unreachable("Unexpected directive");
306
304
// IMPL-NEXT: } // switch(Dir)
305
+ // IMPL-NEXT: llvm_unreachable("Unexpected directive");
307
306
// IMPL-NEXT: }
308
307
// IMPL-EMPTY:
309
308
// IMPL-NEXT: #endif // GEN_DIRECTIVES_IMPL
You can’t perform that action at this time.
0 commit comments