]> git.lizzy.rs Git - rust.git/commit
rustc_trans: clobber $1 (aka $at) on mips
authorJames Cowgill <jcowgill@debian.org>
Wed, 24 Jan 2018 11:50:10 +0000 (11:50 +0000)
committerJames Cowgill <jcowgill@debian.org>
Tue, 30 Jan 2018 11:54:52 +0000 (11:54 +0000)
commitd8e4142bd442c53b6ddc79ea0dd2d90cf550462e
treebdb9ae1e6ad431d6a1fe0ad7e5bc2fb2e2cc6c52
parentfe7e1a45f37f4265434cead827f587e75412f85c
rustc_trans: clobber $1 (aka $at) on mips

This copies what clang does. There is a long explanation as to why this
is needed in the clang source (tools/clang/lib/Basic/Targets/Mips.h).
src/librustc_trans/asm.rs