s390.md (*mov<mode>cc): Change lgoc and stgoc to locg and stocg even in comment.

* config/s390/s390.md (*mov<mode>cc): Change lgoc and stgoc to
	locg and stocg even in comment.
	(sync_old_<atomic><mode>): Give mode to UNSPEC_VOLATILE.

From-SVN: r167630
This commit is contained in:
Jakub Jelinek 2010-12-09 09:41:21 +01:00 committed by Jakub Jelinek
parent 99eeedc435
commit 27037b5f7d
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2010-12-09 Jakub Jelinek <jakub@redhat.com>
* config/s390/s390.md (*mov<mode>cc): Change lgoc and stgoc to
locg and stocg even in comment.
(sync_old_<atomic><mode>): Give mode to UNSPEC_VOLATILE.
PR target/41082
* config/rs6000/rs6000.c (rs6000_expand_vector_extract): Use stvx
instead of stve*x.

View File

@ -5338,7 +5338,7 @@
"operands[1] = s390_emit_compare (GET_CODE (operands[1]),
XEXP (operands[1], 0), XEXP (operands[1], 1));")
; locr, loc, stoc, locgr, lgoc, stgoc
; locr, loc, stoc, locgr, locg, stocg
(define_insn_and_split "*mov<mode>cc"
[(set (match_operand:GPR 0 "nonimmediate_operand" "=d,d, d, d,QS,QS,&d")
(if_then_else:GPR
@ -8845,7 +8845,7 @@
[(set (match_operand:GPR 0 "register_operand" "=d")
(match_operand:GPR 1 "memory_operand" "+QS"))
(set (match_dup 1)
(unspec_volatile
(unspec_volatile:GPR
[(ATOMIC_Z196:GPR (match_dup 1)
(match_operand:GPR 2 "general_operand" "d"))]
UNSPECV_ATOMIC_OP))