mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
53efb3d4f3
Relax r29 inline asm restriction on PowerPC64 targets LLVM uses r29 to hold a base pointer for some PowerPC target configurations. It is usable on all 64 bit targets as a callee save register. r? `@Amanieu`