blob: 0c9ac7cae8afb3c444e0e749c3eedf34e2ec3570 [file] [log] [blame]
// RUN: %llvmgcc -O3 -xc %s -c -o - | llvm-dis | not grep builtin
#include <math.h>
void zsqrtxxx(float num) {
num = sqrt(num);
}