aboutsummaryrefslogtreecommitdiff
path: root/mlir/tools/mlir-opt/mlir-opt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/tools/mlir-opt/mlir-opt.cpp')
-rw-r--r--mlir/tools/mlir-opt/mlir-opt.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/mlir/tools/mlir-opt/mlir-opt.cpp b/mlir/tools/mlir-opt/mlir-opt.cpp
index d0de74d..e4fbd03 100644
--- a/mlir/tools/mlir-opt/mlir-opt.cpp
+++ b/mlir/tools/mlir-opt/mlir-opt.cpp
@@ -288,10 +288,6 @@ void registerTestPasses() {
int main(int argc, char **argv) {
registerAllPasses();
-#if MLIR_DEPRECATED_GPU_SERIALIZATION_ENABLE
- registerGpuSerializeToCubinPass();
- registerGpuSerializeToHsacoPass();
-#endif
#ifdef MLIR_INCLUDE_TESTS
registerTestPasses();
#endif