We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d327a commit 0b5be44Copy full SHA for 0b5be44
1 file changed
src/intrinsic/mod.rs
@@ -791,6 +791,7 @@ impl<'a, 'gcc, 'tcx> Builder<'a, 'gcc, 'tcx> {
791
} else {
792
arg
793
};
794
+ let arg_type = arg.get_type();
795
let (count_trailing_zeroes, expected_type) =
796
// TODO(antoyo): write a new function Type::is_compatible_with(&Type) and use it here
797
// instead of using is_uint().
0 commit comments