mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 01:28:07 +00:00
Remove the reg_thumb register class for asm! on ARM Also restricts r8-r14 from being used on Thumb1 targets as per #90736. cc ``@Lokathor`` r? ``@joshtriplett``