]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/calls.c
* expmed.c (extract_bit_field): No longer pass in alignment.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Nov 2001 11:02:26 +0000 (11:02 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Nov 2001 11:02:26 +0000 (11:02 +0000)
commit2c269e73ee777e4a2ae124578814a5a2dc6b49b4
tree7505cb28fd2ea0a6dee73c00724fe0ab8515303b
parentc9c48480a4abe9b19711d69dad6c204088e00c92
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46926 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/calls.c
gcc/expmed.c
gcc/expr.c
gcc/expr.h
gcc/function.c
gcc/ifcvt.c
gcc/stmt.c