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
...@@ -42,8 +42,8 @@ impl Pass { ...@@ -42,8 +42,8 @@ impl Pass {
pub fn num_args(&self) -> usize { pub fn num_args(&self) -> usize {
match self { match self {
Pass::Xdot => 1, Pass::Xdot => 1,
Pass::ForkChunk => 3, Pass::ForkChunk => 4,
Pass::ForkFissionBufferize => 4, Pass::ForkFissionBufferize => 2,
Pass::ForkInterchange => 2, Pass::ForkInterchange => 2,
_ => 0, _ => 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