1
Fork 0

s/Scalar::Raw/Scalar::Int

This commit is contained in:
oli 2020-11-01 16:57:03 +00:00
parent 3a7970848c
commit df4d717d0b
13 changed files with 48 additions and 48 deletions

View file

@ -186,7 +186,7 @@ pub(crate) fn codegen_const_value<'tcx>(
}
match x {
Scalar::Raw(int) => {
Scalar::Int(int) => {
CValue::const_val(fx, layout, int)
}
Scalar::Ptr(ptr) => {