diff options
author | Richard Henderson <rth@redhat.com> | 2004-11-05 15:58:39 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2004-11-05 15:58:39 -0800 |
commit | abb73f901b36ca3125f358cddfc58aab2cc1bf15 (patch) | |
tree | f692126d33b801c05fd5dad1b6979c0a1f095eb2 /gcc/ChangeLog | |
parent | f526a3c8fd2cbcf42ae282cfa3572b59d19414f9 (diff) | |
download | gcc-abb73f901b36ca3125f358cddfc58aab2cc1bf15.zip gcc-abb73f901b36ca3125f358cddfc58aab2cc1bf15.tar.gz gcc-abb73f901b36ca3125f358cddfc58aab2cc1bf15.tar.bz2 |
expmed.c (extract_force_align_mem_bit_field): New.
* expmed.c (extract_force_align_mem_bit_field): New.
(extract_split_bit_field): Call it.
From-SVN: r90150
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5cf3086..d654bf8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2004-11-05 Richard Henderson <rth@redhat.com> + * expmed.c (extract_force_align_mem_bit_field): New. + (extract_split_bit_field): Call it. + +2004-11-05 Richard Henderson <rth@redhat.com> + * ia64.md (UNSPEC_SHRP): New. (dshift_count_operand): New. (ashrti3, ashrti3_internal, lshrti3, lshrti3_internal, shrp): New. |