OSDN Git Service

* config/s390/s390.md (*mov<mode>cc): Change lgoc and stgoc to
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Dec 2010 08:41:21 +0000 (08:41 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Dec 2010 08:41:21 +0000 (08:41 +0000)
locg and stocg even in comment.
(sync_old_<atomic><mode>): Give mode to UNSPEC_VOLATILE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167630 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/s390/s390.md

index 03b385b..5ad27b7 100644 (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.
index 701fca1..2d552fb 100644 (file)
   "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
     [(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))