Skip to content

Commit 46836c3

Browse files
committed
Remove support for dynamic allocas
1 parent 214311b commit 46836c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/builder.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -926,10 +926,6 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
926926
.get_address(self.location)
927927
}
928928

929-
fn dynamic_alloca(&mut self, _len: RValue<'gcc>, _align: Align) -> RValue<'gcc> {
930-
unimplemented!();
931-
}
932-
933929
fn load(&mut self, pointee_ty: Type<'gcc>, ptr: RValue<'gcc>, align: Align) -> RValue<'gcc> {
934930
let block = self.llbb();
935931
let function = block.get_function();

0 commit comments

Comments
 (0)