tree-profile.c (tree_profiling): Skip external functions when doing coverage instrume...
[gcc.git] / libatomic / fnand_n.c
1 #define NAME nand
2 #define OP(X,Y) ~((X) & (Y))
3 #include "fop_n.c"