rustc_target: avoid using AbiAndPrefAlign where possible.
This commit is contained in:
parent
3ce8d444af
commit
5b4747ded7
38 changed files with 311 additions and 334 deletions
|
@ -201,7 +201,7 @@ impl DebugInfoBuilderMethods<'tcx> for Builder<'a, 'll, 'tcx> {
|
|||
cx.sess().opts.optimize != config::OptLevel::No,
|
||||
DIFlags::FlagZero,
|
||||
argument_index,
|
||||
align.abi.bytes() as u32,
|
||||
align.bytes() as u32,
|
||||
)
|
||||
};
|
||||
source_loc::set_debug_location(self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue