Commit 7d023b6e authored by Paul's avatar Paul
Browse files

Fix const

parent f791188a
...@@ -479,7 +479,7 @@ struct mlir_program ...@@ -479,7 +479,7 @@ struct mlir_program
} }
} }
code_object_op compile() code_object_op compile() MIGRAPHX_TIDY_CONST
{ {
mlir_pass_manager pm{mlirPassManagerCreate(ctx.get())}; mlir_pass_manager pm{mlirPassManagerCreate(ctx.get())};
// 1st pipeline to call // 1st pipeline to call
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment