s390: Convert from sync to atomic optabs
[gcc.git] / gcc / config / s390 / s390-protos.h
index 4f1eb42a73f2c197686a1dc9cc0b400a15170d61..79673d6d835e855d4fe253f83233f5b302e504cf 100644 (file)
@@ -85,7 +85,8 @@ extern void s390_expand_setmem (rtx, rtx, rtx);
 extern bool s390_expand_cmpmem (rtx, rtx, rtx, rtx);
 extern bool s390_expand_addcc (enum rtx_code, rtx, rtx, rtx, rtx, rtx);
 extern bool s390_expand_insv (rtx, rtx, rtx, rtx);
-extern void s390_expand_cs_hqi (enum machine_mode, rtx, rtx, rtx, rtx);
+extern void s390_expand_cs_hqi (enum machine_mode, rtx, rtx, rtx,
+                               rtx, rtx, bool);
 extern void s390_expand_atomic (enum machine_mode, enum rtx_code,
                                rtx, rtx, rtx, bool);
 extern rtx s390_return_addr_rtx (int, rtx);