summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-09 17:54:07 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-09 17:54:07 +0000
commitf4a0a4785ba9bb73303647293e9edcf5ee88592b (patch)
tree7c649b2f3775a2897cd06bd008e189cfbd967e27 /gcc/expmed.c
parent3911bb6fbefb6770d9f8db9168112573f3a29177 (diff)
downloadgcc-f4a0a4785ba9bb73303647293e9edcf5ee88592b.tar.gz
* doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.
* defaults.h (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition. * calls.c (store_unaligned_arguments_into_pseudos) Remove FUNCTION_ARG_REG_LITTLE_ENDIAN. * stmt.c (expand_return): Ditto. * expr.c (move_block_from_reg): Ditto. (copy_blkmode_from_reg): Ditto. * expmed.c (store_bit_field): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r--gcc/expmed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c
index d1c89f2f1f2..5eb933c5530 100644
--- a/gcc/expmed.c
+++ b/gcc/expmed.c
@@ -404,7 +404,6 @@ store_bit_field (str_rtx, bitsize, bitnum, fieldmode, value, total_size)
But as we have it, it counts within whatever size OP0 now has.
On a bigendian machine, these are not the same, so convert. */
if (BYTES_BIG_ENDIAN
- && !FUNCTION_ARG_REG_LITTLE_ENDIAN
&& GET_CODE (op0) != MEM
&& unit > GET_MODE_BITSIZE (GET_MODE (op0)))
bitpos += unit - GET_MODE_BITSIZE (GET_MODE (op0));