Remove not needed __builtin_expect due to malloc predictor.
[official-gcc.git] / gcc / testsuite / gcc.target / sh / pr64851-4.c
blob4c802e2e795871ebc72e1c43ce92179a5227f475
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 } } */
6 #include "pr64851-0.h"