PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.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);