| Submitter | Hans-Peter Nilsson |
|---|---|
| Date | July 16, 2012, 6:12 a.m. |
| Message ID | <201207160612.q6G6C1Gf022935@ignucius.se.axis.com> |
| Download | mbox | patch |
| Permalink | /patch/171137/ |
| State | New |
| Headers | show |
Comments
Patch
Index: config/cris/sync.md =================================================================== --- config/cris/sync.md (revision 189504) +++ config/cris/sync.md (working copy) @@ -101,7 +101,7 @@ (define_expand "atomic_fetch_<atomic_op_ (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]);