Skip to content

Commit 48117e8

Browse files
committed
Auto merge of #142911 - mejrs:unsized, r=compiler-errors
Remove support for dynamic allocas Followup to rust-lang/rust#141811
2 parents 3d5b177 + 46836c3 commit 48117e8

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)