diff options
author | YamaArashi <shadow962@live.com> | 2016-03-08 23:25:19 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-03-08 23:25:19 -0800 |
commit | 7444c4f6f7881c4700f8c8cd4c87d3648f9c85a3 (patch) | |
tree | 2501ee3e1dbcdb1147a80588ae9dfb2e6d06aa68 /gcc/tree.c | |
parent | 08234586501ffddc186f6e254ce6847faa139f5f (diff) |
remove big-endian target support
Diffstat (limited to 'gcc/tree.c')
-rwxr-xr-x | gcc/tree.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -4991,9 +4991,6 @@ get_set_constructor_bytes (init, buffer, wd_size) { if (bit_buffer[i]) { - if (BYTES_BIG_ENDIAN) - *bytep |= (1 << (set_word_size - 1 - bit_pos)); - else *bytep |= 1 << bit_pos; } bit_pos++; |