remove struct_gep, use manual layout calculations for va_arg
This commit is contained in:
parent
123015e722
commit
beed25be9a
6 changed files with 71 additions and 111 deletions
|
@ -190,7 +190,6 @@ pub trait BuilderMethods<'a, 'tcx>:
|
|||
ptr: Self::Value,
|
||||
indices: &[Self::Value],
|
||||
) -> Self::Value;
|
||||
fn struct_gep(&mut self, ty: Self::Type, ptr: Self::Value, idx: u64) -> Self::Value;
|
||||
|
||||
fn trunc(&mut self, val: Self::Value, dest_ty: Self::Type) -> Self::Value;
|
||||
fn sext(&mut self, val: Self::Value, dest_ty: Self::Type) -> Self::Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue