Skip to content
Snippets Groups Projects
Commit 664d7ad7 authored by Xavier Routh's avatar Xavier Routh
Browse files

oops x2

parent 136fd6fc
No related branches found
No related tags found
1 merge request!169add alternate order to fork tilling
Pipeline #201598 failed
This commit is part of merge request !169. Comments created here will be created in the context of that merge request.
......@@ -42,8 +42,8 @@ impl Pass {
pub fn num_args(&self) -> usize {
match self {
Pass::Xdot => 1,
Pass::ForkChunk => 3,
Pass::ForkFissionBufferize => 4,
Pass::ForkChunk => 4,
Pass::ForkFissionBufferize => 2,
Pass::ForkInterchange => 2,
_ => 0,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment