Skip to content

Commit

Permalink
fix-
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Apr 17, 2024
1 parent 53dd2b2 commit a4fda0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/block_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,7 @@ impl<'ctx> BlockExt<'ctx> for Block<'ctx> {
));
}

self.append_op_result(
ods::llvm::alloca(context, opaque_pointer(context), num_elems, location).into(),
)
self.append_op_result(op.into())
}

fn alloca1(
Expand Down

0 comments on commit a4fda0b

Please sign in to comment.