Remove dynamic_alloca from BuilderMethods
This commit is contained in:
parent
62cf644c64
commit
0fe84bc38b
3 changed files with 1 additions and 10 deletions
|
@ -135,7 +135,6 @@ pub trait BuilderMethods<'a, 'tcx>:
|
|||
fn to_immediate_scalar(&mut self, val: Self::Value, scalar: Scalar) -> Self::Value;
|
||||
|
||||
fn alloca(&mut self, ty: Self::Type, align: Align) -> Self::Value;
|
||||
fn dynamic_alloca(&mut self, ty: Self::Type, align: Align) -> Self::Value;
|
||||
fn array_alloca(&mut self, ty: Self::Type, len: Self::Value, align: Align) -> Self::Value;
|
||||
|
||||
fn load(&mut self, ty: Self::Type, ptr: Self::Value, align: Align) -> Self::Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue