remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2004-02-20-Builtins.c
blob0c9ac7cae8afb3c444e0e749c3eedf34e2ec3570
1 // RUN: %llvmgcc -O3 -xc %s -c -o - | llvm-dis | not grep builtin
3 #include <math.h>
5 void zsqrtxxx(float num) {
6 num = sqrt(num);