Commit 9ca52537 authored by Paul's avatar Paul
Browse files

Formatting

parent ecc10f2c
...@@ -400,9 +400,7 @@ inline auto name(std::unordered_set<std::string> names) ...@@ -400,9 +400,7 @@ inline auto name(std::unordered_set<std::string> names)
inline auto nargs(std::size_t n) inline auto nargs(std::size_t n)
{ {
return make_basic_pred_matcher([=](instruction_ref ins) { return make_basic_pred_matcher([=](instruction_ref ins) { return ins->inputs().size() == n; });
return ins->inputs().size() == n;
});
} }
inline auto arg(std::size_t i) inline auto arg(std::size_t i)
......
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