Skip to content
Snippets Groups Projects

Some bugfixes

Merged rarbore2 requested to merge cava_bughunting into main
4 files
+ 33
22
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -462,7 +462,7 @@ impl<'a, 'b> FunctionEdit<'a, 'b> {
Constant::Product(id, dummy_elems.into_boxed_slice())
}
Type::Summation(tys) => Constant::Summation(id, 0, self.add_zero_constant(tys[0])),
Type::Array(tid, _) => Constant::Array(tid),
Type::Array(_, _) => Constant::Array(id),
};
self.add_constant(constant_to_construct)
}
Loading