blob: 82b7dc1f34cb97ae9898a9c5efa36dd25b47b58d [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: %llvmgcc -O3 -xc %s -c -o - | llvm-dis | not grep builtin
2
3void zsqrtxxx(float num) {
4 num = sqrt(num);
5}
6