mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +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. :)