summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2012-07-16 06:11:09 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2012-07-16 06:11:09 +0000
commit2703237302e5dc38739c1024e99624a4221eec75 (patch)
treef6b5c24ba6754f5f4a62a7715036f41281b7c4fb
parentbf4739e03fbd5f9c321c68ce21bb417e5b8fed0d (diff)
downloadgcc-2703237302e5dc38739c1024e99624a4221eec75.tar.gz
Commit hunk missing from last change
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189509 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/cris/sync.md2
1 files changed, 1 insertions, 1 deletions
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 "<atomic_op_op_pred>")
(match_operand 3)
(atomic_op:BWD (match_dup 0) (match_dup 1))]
- ""
+ "<MODE>mode == QImode || !TARGET_ATOMICS_MAY_CALL_LIBFUNCS"
{
enum memmodel mmodel = (enum memmodel) INTVAL (operands[3]);