aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2002-12-09 17:54:07 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2002-12-09 17:54:07 +0000
commit9ac3e73b400c1a03a03977294c6331d59380fc42 (patch)
tree7c649b2f3775a2897cd06bd008e189cfbd967e27 /gcc/stmt.c
parente46af8eda8570b3d2c908b99c0ca808c7c8bafa9 (diff)
downloadgcc-9ac3e73b400c1a03a03977294c6331d59380fc42.zip
gcc-9ac3e73b400c1a03a03977294c6331d59380fc42.tar.gz
gcc-9ac3e73b400c1a03a03977294c6331d59380fc42.tar.bz2
tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.
* 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. From-SVN: r59962
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 360abe1..fdae2b8 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -3106,7 +3106,6 @@ expand_return (retval)
machine, this means we must skip the empty high order bytes when
calculating the bit offset. */
if (BYTES_BIG_ENDIAN
- && !FUNCTION_ARG_REG_LITTLE_ENDIAN
&& bytes % UNITS_PER_WORD)
big_endian_correction = (BITS_PER_WORD - ((bytes % UNITS_PER_WORD)
* BITS_PER_UNIT));