* config/ia64/ia64.md (cmpxchg_acq_si): Mark operand 3 as DImode.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Oct 2003 21:22:42 +0000 (21:22 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Oct 2003 21:22:42 +0000 (21:22 +0000)
commit2cd2efae761fedbd806044520d0665a94eff2b76
treeda268619c79d9ec8c44a1db688dcfa88d38db6b7
parentc7167c73b7f493ccd74083dc7999ac93a717a2d3
* config/ia64/ia64.md (cmpxchg_acq_si): Mark operand 3 as DImode.
* config/ia64/ia64.c (ia64_expand_fetch_and_op,
ia64_expand_op_and_fetch): Make sure the REG for ar.ccv is
DImode.   Use convert_move to load ar.ccv.
(ia64_expand_compare_and_swap): Likewise.
If expand_expr doesn't put 'old' and 'new' in the proper
modes, run them through convert_to_mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72770 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/ia64/ia64.c
gcc/config/ia64/ia64.md