mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

interpret: more consistently use ImmTy in operators and casts The diff in src/tools/miri/src/shims/x86/sse2.rs should hopefully suffice to explain why this is nicer. :)