mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
codegen_cranelift: Fix redundant semicolon warn
This commit is contained in:
parent
77f74ed070
commit
ea73caa3b7
@ -824,7 +824,7 @@ pub(crate) fn codegen_intrinsic_call<'tcx>(
|
||||
}
|
||||
ty => unreachable!("bswap {}", ty),
|
||||
}
|
||||
};
|
||||
}
|
||||
let res = CValue::by_val(swap(&mut fx.bcx, arg), fx.layout_of(T));
|
||||
ret.write_cvalue(fx, res);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user