Skip to content

Commit 157bb40

Browse files
committed
fix clang warning
1 parent aa6a57e commit 157bb40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/lib/CAPI/IR/Pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ void mlirPassManagerEnableStatistics(MlirPassManager passManager,
9090
case MLIR_PASS_DISPLAY_MODE_PIPELINE:
9191
mode = PassDisplayMode::Pipeline;
9292
break;
93-
default:
94-
llvm_unreachable("unknown pass display mode");
9593
}
9694
unwrap(passManager)->enableStatistics(mode);
9795
}

0 commit comments

Comments
 (0)