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