Commit b339cf22 by Andreas Schwab Committed by Andreas Schwab

sync.md ("atomic_compare_and_swap<mode>_1"): Fix operand number.

* config/m68k/sync.md ("atomic_compare_and_swap<mode>_1"): Fix
operand number.

From-SVN: r183067
parent 90aa444c
2012-01-10 Andreas Schwab <schwab@linux-m68k.org>
* config/m68k/sync.md ("atomic_compare_and_swap<mode>_1"): Fix
operand number.
2012-01-10 Jason Merrill <jason@redhat.com> 2012-01-10 Jason Merrill <jason@redhat.com>
* doc/invoke.texi (C++ Dialect Options): Update -fabi-version=6 * doc/invoke.texi (C++ Dialect Options): Update -fabi-version=6
......
;; GCC machine description for m68k synchronization instructions. ;; GCC machine description for m68k synchronization instructions.
;; Copyright (C) 2011 ;; Copyright (C) 2011, 2012
;; Free Software Foundation, Inc. ;; Free Software Foundation, Inc.
;; ;;
;; This file is part of GCC. ;; This file is part of GCC.
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
[(set (match_operand:I 1 "register_operand" "=d") [(set (match_operand:I 1 "register_operand" "=d")
(unspec_volatile:I (unspec_volatile:I
[(match_operand:I 2 "memory_operand" "+m") [(match_operand:I 2 "memory_operand" "+m")
(match_operand:I 3 "register_operand" "0") (match_operand:I 3 "register_operand" "1")
(match_operand:I 4 "register_operand" "d")] (match_operand:I 4 "register_operand" "d")]
UNSPECV_CAS_1)) UNSPECV_CAS_1))
(set (match_dup 2) (set (match_dup 2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment