1 /* Check that atomic not ops are generated. */
2 /* { dg-do compile { target { atomic_model_hard_llcs_available } } } */
3 /* { dg-options "-O2 -matomic-model=hard-llcs,strict" } */
4 /* { dg-final { scan-assembler-times "not\t" 12 } } */
5
6 #include "pr64851-0.h"
7