Removed uneeded argument to make_indirect.
This commit is contained in:
parent
af632bc1c5
commit
1203b3d892
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ fn classify_arg_ty<'a, 'tcx>(cx: &CodegenCx<'a, 'tcx>, arg: &mut ArgType<'tcx>)
|
|||
|
||||
let total = arg.layout.size;
|
||||
if total.bits() > 128 {
|
||||
arg.make_indirect(cx);
|
||||
arg.make_indirect();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue