repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Make BranchProbability constructor public.
[llvm/stm8.git]
/
test
/
FrontendC
/
2004-02-20-Builtins.c
blob
c056a8405f7308672de7acc4bc870c40be376adc
1
// RUN: %llvmgcc -O3 -xc %s -S -o - | not grep builtin
2
3
#include <math.h>
4
5
void
zsqrtxxx
(
float
num
) {
6
num
=
sqrt
(
num
);
7
}
8