summaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rwxr-xr-xgcc/tree.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 0a5fb12..c7abe4e 100755
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -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++;