- Make BranchProbability constructor public.
[llvm/stm8.git] / test / FrontendC / 2004-02-20-Builtins.c
blobc056a8405f7308672de7acc4bc870c40be376adc
1 // RUN: %llvmgcc -O3 -xc %s -S -o - | not grep builtin
3 #include <math.h>
5 void zsqrtxxx(float num) {
6 num = sqrt(num);