tweak names and output and bless
This commit is contained in:
parent
f44d5feb5b
commit
c78b43878f
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ pub(crate) fn codegen_const_value<'tcx>(
|
||||||
}
|
}
|
||||||
|
|
||||||
match const_val {
|
match const_val {
|
||||||
ConstValue::Zst => unreachable!(), // we already handles ZST above
|
ConstValue::ZeroSized => unreachable!(), // we already handles ZST above
|
||||||
ConstValue::Scalar(x) => match x {
|
ConstValue::Scalar(x) => match x {
|
||||||
Scalar::Int(int) => {
|
Scalar::Int(int) => {
|
||||||
if fx.clif_type(layout.ty).is_some() {
|
if fx.clif_type(layout.ty).is_some() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue