diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-16 06:11:09 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-16 06:11:09 +0000 |
commit | 2703237302e5dc38739c1024e99624a4221eec75 (patch) | |
tree | f6b5c24ba6754f5f4a62a7715036f41281b7c4fb | |
parent | bf4739e03fbd5f9c321c68ce21bb417e5b8fed0d (diff) | |
download | gcc-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.md | 2 |
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]); |