codegen_cranelift: Fix redundant semicolon warn
This commit is contained in:
parent
6c869d34ae
commit
b681631eff
@ -824,7 +824,7 @@ pub(crate) fn codegen_intrinsic_call<'tcx>(
|
|||||||
}
|
}
|
||||||
ty => unreachable!("bswap {}", ty),
|
ty => unreachable!("bswap {}", ty),
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
let res = CValue::by_val(swap(&mut fx.bcx, arg), fx.layout_of(T));
|
let res = CValue::by_val(swap(&mut fx.bcx, arg), fx.layout_of(T));
|
||||||
ret.write_cvalue(fx, res);
|
ret.write_cvalue(fx, res);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user