Fix up master

This happened because we didn't use something like bors to ensure we
were merging into the latest master
This commit is contained in:
Mark McCaskey
2020-05-13 15:42:10 -07:00
parent 95e381c72b
commit 2f1de920f0

View File

@ -2553,7 +2553,8 @@ impl<'ctx, 'a> LLVMFunctionCodeGenerator<'ctx, 'a> {
let pushed_args = self.state.popn_save_extra(func_type.params().len())?;
let args: Vec<_> = std::iter::repeat(ctx_ptr).take(2)
let args: Vec<_> = std::iter::repeat(ctx_ptr)
.take(2)
.chain(pushed_args.into_iter().enumerate().map(|(i, (v, info))| {
match func_type.params()[i] {
Type::F32 => builder.build_bitcast(