Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
508fc4708bb859391af8969614e67c84ab56c38c
/
.
/
test
/
FrontendC
/
2004-02-20-Builtins.c
blob: 0c9ac7cae8afb3c444e0e749c3eedf34e2ec3570 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -O3 -xc %s -c -o - | llvm-dis | not grep builtin
#include
<math.h>
void
zsqrtxxx
(
float
num
)
{
num
=
sqrt
(
num
);
}