]> git.lizzy.rs Git - rust.git/commit
Use target_endian, not target.arch in cabi_powerpc64
authorAnton Blanchard <anton@samba.org>
Wed, 3 Feb 2016 00:36:14 +0000 (11:36 +1100)
committerAnton Blanchard <anton@samba.org>
Tue, 9 Feb 2016 20:09:34 +0000 (20:09 +0000)
commit84e0458c99b490d359facf6997db29399559c916
treef7f6f7c12f2ca674937f2985d2b17e4eea4589af
parentfc1c1183f32810a5b61ee9ee27a5683f14737994
Use target_endian, not target.arch in cabi_powerpc64

Now target_arch is powerpc64 on both big and little endian, we need to
use target_endian when there are differences in the two ABIs.
src/librustc_trans/trans/cabi_powerpc64.rs