Skip to content

Commit 0b5be44

Browse files
committed
Fix for gcc-13 without int128
1 parent 14d327a commit 0b5be44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/intrinsic/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ impl<'a, 'gcc, 'tcx> Builder<'a, 'gcc, 'tcx> {
791791
} else {
792792
arg
793793
};
794+
let arg_type = arg.get_type();
794795
let (count_trailing_zeroes, expected_type) =
795796
// TODO(antoyo): write a new function Type::is_compatible_with(&Type) and use it here
796797
// instead of using is_uint().

0 commit comments

Comments
 (0)