From 64e544ef5515797e11f93b49c8b1de7483d77f06 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 16 Jul 2012 06:11:09 +0000 Subject: [PATCH] Commit hunk missing from last change From-SVN: r189509 --- gcc/config/cris/sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/cris/sync.md b/gcc/config/cris/sync.md index 1066db0ab7b..b3424841514 100644 --- a/gcc/config/cris/sync.md +++ b/gcc/config/cris/sync.md @@ -101,7 +101,7 @@ (match_operand:BWD 2 "") (match_operand 3) (atomic_op:BWD (match_dup 0) (match_dup 1))] - "" + "mode == QImode || !TARGET_ATOMICS_MAY_CALL_LIBFUNCS" { enum memmodel mmodel = (enum memmodel) INTVAL (operands[3]); -- 2.30.2