From 9b47928e633f8f84db4cd6f863e3ea01c3ce63bb Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Mon, 16 Sep 2019 20:44:55 +0200 Subject: * config/i386/sync.md (atomic_store): Improve comment. From-SVN: r275755 --- gcc/config/i386/sync.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/i386/sync.md b/gcc/config/i386/sync.md index 2614ddb..189fee2 100644 --- a/gcc/config/i386/sync.md +++ b/gcc/config/i386/sync.md @@ -306,8 +306,8 @@ { operands[1] = force_reg (mode, operands[1]); - /* For seq-cst stores, use XCHG - when we lack MFENCE or when target prefers XCHG. */ + /* For seq-cst stores, use XCHG when we lack MFENCE + or when target prefers XCHG. */ if (is_mm_seq_cst (model) && (!(TARGET_64BIT || TARGET_SSE2) || TARGET_USE_XCHG_FOR_ATOMIC_STORE)) -- cgit v1.1