From 4e0c0c5289e22c9c6818d8c446884032d6751e5a Mon Sep 17 00:00:00 2001 From: uros Date: Tue, 17 Apr 2012 17:35:23 +0000 Subject: PR target/53020 * config/i386/sync.md (atomic_): Rename to atomic_. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186542 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/i386/sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/i386/sync.md') diff --git a/gcc/config/i386/sync.md b/gcc/config/i386/sync.md index 18ccabfc112..faf65ba8a23 100644 --- a/gcc/config/i386/sync.md +++ b/gcc/config/i386/sync.md @@ -576,7 +576,7 @@ return "lock{%;} sub{}\t{%1, %0|%0, %1}"; }) -(define_insn "atomic_" +(define_insn "atomic_" [(set (match_operand:SWI 0 "memory_operand" "+m") (unspec_volatile:SWI [(any_logic:SWI (match_dup 0) -- cgit v1.2.1