aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2001-11-11 11:02:26 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2001-11-11 06:02:26 -0500
commit04050c690de7b72c52895edb922c807279cac4b1 (patch)
tree7505cb28fd2ea0a6dee73c00724fe0ab8515303b /gcc/stmt.c
parentd746694a4593b1401b9638d605f59083d488af1e (diff)
downloadgcc-04050c690de7b72c52895edb922c807279cac4b1.zip
gcc-04050c690de7b72c52895edb922c807279cac4b1.tar.gz
gcc-04050c690de7b72c52895edb922c807279cac4b1.tar.bz2
expmed.c (extract_bit_field): No longer pass in alignment.
* expmed.c (extract_bit_field): No longer pass in alignment. (extract_fixed_bit_field, extract_split_bit_field): Likewise. (store_bit_field, store_fixed_bit_field, store_split_bit_field): Likewise. * expr.c (store_constructor, store_constructor_field): Likewise. (store_field, emit_group_load, emit_group_store): Likewise. * expr.h (emit_group_load, emit_group_store): Delete ALIGN parm. (store_bit_field, extract_bit_field): Likewise. * calls.c, expr.c, function.c: Change calls to above functions. * ifcvt.c, stmt.c: Likewise. From-SVN: r46926
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 6bc227f..53e1477 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -3071,8 +3071,7 @@ expand_value_return (val)
val = convert_modes (mode, old_mode, val, unsignedp);
#endif
if (GET_CODE (return_reg) == PARALLEL)
- emit_group_load (return_reg, val, int_size_in_bytes (type),
- TYPE_ALIGN (type));
+ emit_group_load (return_reg, val, int_size_in_bytes (type));
else
emit_move_insn (return_reg, val);
}
@@ -3253,8 +3252,8 @@ expand_return (retval)
extract_bit_field (src, bitsize,
bitpos % BITS_PER_WORD, 1,
NULL_RTX, word_mode, word_mode,
- bitsize, BITS_PER_WORD),
- bitsize, BITS_PER_WORD);
+ BITS_PER_WORD),
+ BITS_PER_WORD);
}
/* Find the smallest integer mode large enough to hold the