Commit f1e16656 authored by Paul's avatar Paul
Browse files

Fix cppcheck issue

parent ae13eb93
...@@ -39,7 +39,7 @@ struct module_pass_manager; ...@@ -39,7 +39,7 @@ struct module_pass_manager;
struct optimize struct optimize
{ {
std::string name() const { return "optimize"; } std::string name() const { return "optimize"; }
void apply(module_pass_manager& m) const; void apply(module_pass_manager& mpm) const;
}; };
} // namespace MIGRAPHX_INLINE_NS } // namespace MIGRAPHX_INLINE_NS
......
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