]> git.ipfire.org Git - thirdparty/gcc.git/blob - libatomic/fnand_n.c
analyzer: fix ICE due to corrupt MEM_REFs [PR113505]
[thirdparty/gcc.git] / libatomic / fnand_n.c
1 #define NAME nand
2 #define OP(X,Y) ~((X) & (Y))
3 #include "fop_n.c"