Commit 0a27e390 authored by Paul's avatar Paul
Browse files

Format

parent 0b840acc
......@@ -745,7 +745,7 @@ void move_instructions_back(module& m, instruction_ref pos, std::vector<instruct
optional<std::size_t> find_split_axis(const std::vector<instruction_ref>& slices)
{
auto first = slices.front();
auto first = slices.front();
auto get_slice = [](auto& i) -> auto& { return any_cast<op::slice>(i->get_operator()); };
auto get_start = [&](auto& i) -> auto& { return get_slice(i).starts; };
auto get_end = [&](auto& i) -> auto& { return get_slice(i).ends; };
......
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