// RUN: %llvmgcc %s -S -o - -fno-math-errno | grep llvm.sqrt #include float foo(float X) { // Check that this compiles to llvm.sqrt when errno is ignored. return sqrtf(X); }