blob: 8ff2eb607210cd264d1ea3a468fa0d4e78b6204d [file] [log] [blame]
// RUN: %llvmgcc -O3 -S %s -o - | grep {fcmp ord float %X, %Y}
int test2(float X, float Y) {
return !__builtin_isunordered(X, Y);
}